wip: dnsc-machine setup
This commit is contained in:
parent
c56ee699f1
commit
136132f299
2 changed files with 541 additions and 0 deletions
18
modules/wm/niri/default.nix
Normal file
18
modules/wm/niri/default.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, ... }:
|
||||
|
||||
{
|
||||
# Source niri config
|
||||
xdg.configFile."niri" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/nix-config/modules/wm/niri/config";
|
||||
};
|
||||
|
||||
# Additional setup
|
||||
services.polkit-gnome.enable = true;
|
||||
|
||||
# WM Utilities (split out if they need additional config)
|
||||
# TODO configure ironbar
|
||||
programs.hyprlock.enable = true;
|
||||
programs.fuzzel.enable = true; # TODO switch to anyrun
|
||||
|
||||
# TODO: Install idle manager
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue