wip: dnsc-machine setup

This commit is contained in:
Dennis Schoepf 2025-11-23 21:24:32 +01:00
parent c56ee699f1
commit 136132f299
2 changed files with 541 additions and 0 deletions

View 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
}