wip: dnsc-machine setup

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

View file

@ -1,18 +0,0 @@
{ 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
}