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 = [
|
||||
./audio.nix
|
||||
./eduroam.nix
|
||||
./home
|
||||
./dm.nix
|
||||
./tlp.nix
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
command = [
|
||||
"${pkgs.swaybg}/bin/swaybg"
|
||||
"-i"
|
||||
"${./wallpaper.jpg}"
|
||||
"${../../../../other/assets/wallpaper/wallpaper.jpg}"
|
||||
"-m"
|
||||
"fill"
|
||||
];
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
imports = [
|
||||
./firewall.nix
|
||||
./hosts.nix
|
||||
./eduroam.nix
|
||||
./dispatchers
|
||||
];
|
||||
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