Compare commits

...

2 commits

Author SHA1 Message Date
4c996f831a
move eduroam config to correct module 2025-03-27 20:25:26 +01:00
bd29a1c80f
remove other/ dir 2025-03-27 20:24:29 +01:00
6 changed files with 2 additions and 3365 deletions

View file

@ -1,7 +1,6 @@
{...}: { {...}: {
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"
"${../../../../other/assets/wallpaper/wallpaper.jpg}" "${./wallpaper.jpg}"
"-m" "-m"
"fill" "fill"
]; ];

View file

Before

Width:  |  Height:  |  Size: 8.4 MiB

After

Width:  |  Height:  |  Size: 8.4 MiB

View file

@ -2,6 +2,7 @@
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