snowhawk: dwm specialization
This commit is contained in:
parent
2553286233
commit
e4d090e0dc
1 changed files with 9 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# your system. Help is available in the configuration.nix(5) man page
|
# your system. Help is available in the configuration.nix(5) man page
|
||||||
# and in the NixOS manual (accessible by running `nixos-help`).
|
# and in the NixOS manual (accessible by running `nixos-help`).
|
||||||
|
|
||||||
{ pkgs, inputs, ... }:
|
{ pkgs, inputs, lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
@ -10,8 +10,15 @@
|
||||||
../../modules
|
../../modules
|
||||||
];
|
];
|
||||||
|
|
||||||
|
specialisation = {
|
||||||
|
dwm.configuration = {
|
||||||
|
snowhawk.dwm.enable = true;
|
||||||
|
|
||||||
|
home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault true; }];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
snowhawk = {
|
snowhawk = {
|
||||||
dwm.enable = true;
|
|
||||||
filesystem.enable = true;
|
filesystem.enable = true;
|
||||||
plymouth.enable = true;
|
plymouth.enable = true;
|
||||||
polkit.enable = true;
|
polkit.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue