Compare commits
No commits in common. "4c996f831ac8a604f8d8a35f3a45e0e20bea4bf3" and "b7d7dcb75e93f610411434e2b44ca4734cf151ef" have entirely different histories.
4c996f831a
...
b7d7dcb75e
6 changed files with 3365 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
{...}: {
|
{...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./audio.nix
|
./audio.nix
|
||||||
|
./eduroam.nix
|
||||||
./home
|
./home
|
||||||
./dm.nix
|
./dm.nix
|
||||||
./tlp.nix
|
./tlp.nix
|
||||||
|
|
|
@ -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"
|
||||||
];
|
];
|
||||||
|
|
|
@ -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";
|
||||||
|
|
3363
other/assets/logo_linux_clut224.ppm
Normal file
3363
other/assets/logo_linux_clut224.ppm
Normal file
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 8.4 MiB After Width: | Height: | Size: 8.4 MiB |
Loading…
Add table
Reference in a new issue