snowhawk: dwm specialization

sh-initrd-on-root
Zynh Ludwig 2024-10-06 08:59:38 -07:00
parent 2553286233
commit e4d090e0dc
1 changed files with 9 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running `nixos-help`).
{ pkgs, inputs, ... }:
{ pkgs, inputs, lib, ... }:
{
imports = [
@ -10,8 +10,15 @@
../../modules
];
specialisation = {
dwm.configuration = {
snowhawk.dwm.enable = true;
home-manager.sharedModules = [{ snowhawk.dunst.enable = lib.mkDefault true; }];
};
};
snowhawk = {
dwm.enable = true;
filesystem.enable = true;
plymouth.enable = true;
polkit.enable = true;