wip: dnsc-machine setup
This commit is contained in:
parent
26c1ad8460
commit
7012267d36
2 changed files with 6 additions and 3 deletions
|
|
@ -13,7 +13,6 @@
|
||||||
imports =
|
imports =
|
||||||
[ # Include the results of the hardware scan.
|
[ # Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
inputs.home-manager.nixosModules.home-manager
|
|
||||||
../../modules/wm/ly
|
../../modules/wm/ly
|
||||||
../../modules/keyd
|
../../modules/keyd
|
||||||
];
|
];
|
||||||
|
|
@ -122,7 +121,12 @@
|
||||||
extraSpecialArgs = { inherit inputs outputs; };
|
extraSpecialArgs = { inherit inputs outputs; };
|
||||||
backupFileExtension = "backup";
|
backupFileExtension = "backup";
|
||||||
users = {
|
users = {
|
||||||
dennis = import ../../home/linux.nix;
|
dennis = {
|
||||||
|
imports = [
|
||||||
|
inputs.ironbar.homeManagerModules.default
|
||||||
|
../../home/linux.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -184,7 +184,6 @@ layout {
|
||||||
|
|
||||||
// STARTUP
|
// STARTUP
|
||||||
spawn-at-startup "swaync"
|
spawn-at-startup "swaync"
|
||||||
spawn-at-startup "ironbar"
|
|
||||||
spawn-at-startup "swww-daemon"
|
spawn-at-startup "swww-daemon"
|
||||||
spawn-sh-at-startup "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/safe/dark"
|
spawn-sh-at-startup "~/.config/awww/bin/random-bg.sh ~/Pictures/Wallpapers/safe/dark"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue