update for niri and noctalia

This commit is contained in:
Michael Thomson
2026-02-24 07:35:35 -05:00
parent 26ea1efd54
commit 81dc5807d7
16 changed files with 1955 additions and 143 deletions

View File

@@ -0,0 +1,12 @@
{
pkgs,
config,
...
}: {
home.packages = with pkgs; [
bibata-cursors
];
home.file = {
".config/niri/config.kdl".source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/dev/personal/nixos/modules/home-manager/niri/config.kdl";
};
}