hosts: starting to add config for dnsc-machine
This commit is contained in:
parent
77b44f7f3c
commit
c1b775dbc5
4 changed files with 30 additions and 1 deletions
17
modules/wm/niri/default.nix
Normal file
17
modules/wm/niri/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
programs.niri.enable = true;
|
||||
|
||||
# Source niri config
|
||||
xdg.configFile."niri/config.kdl".source = ./config.kdl;
|
||||
|
||||
# Additional setup
|
||||
security.polkit-gnome.enable = true;
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
# WM Utilities (split out if they need additional config)
|
||||
programs.fuzzel.enable = true;
|
||||
programs.swaylock.enable = true;
|
||||
programs.swayidle.enable = true;
|
||||
programs.mako.enable = true;
|
||||
programs.waybar.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue