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 = [ imports = [
./audio.nix ./audio.nix
./eduroam.nix
./home ./home
./dm.nix ./dm.nix
./tlp.nix ./tlp.nix

View file

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

View file

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