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

View file

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

View file

Before

Width:  |  Height:  |  Size: 8.4 MiB

After

Width:  |  Height:  |  Size: 8.4 MiB

View file

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

File diff suppressed because it is too large Load diff