Compare commits

..

No commits in common. "4c996f831ac8a604f8d8a35f3a45e0e20bea4bf3" and "b7d7dcb75e93f610411434e2b44ca4734cf151ef" have entirely different histories.

6 changed files with 3365 additions and 2 deletions

View file

@ -1,6 +1,7 @@
{...}: {
imports = [
./audio.nix
./eduroam.nix
./home
./dm.nix
./tlp.nix

View file

@ -19,7 +19,7 @@
command = [
"${pkgs.swaybg}/bin/swaybg"
"-i"
"${./wallpaper.jpg}"
"${../../../../other/assets/wallpaper/wallpaper.jpg}"
"-m"
"fill"
];

View file

@ -2,7 +2,6 @@
imports = [
./firewall.nix
./hosts.nix
./eduroam.nix
./dispatchers
];
networking.networkmanager.wifi.backend = "wpa_supplicant";

File diff suppressed because it is too large Load diff

View file

Before

Width:  |  Height:  |  Size: 8.4 MiB

After

Width:  |  Height:  |  Size: 8.4 MiB