This commit is contained in:
2025-12-01 17:36:32 +09:00
parent 77899c2510
commit a634fde4f3
9 changed files with 468 additions and 25 deletions

View File

@@ -5,7 +5,6 @@
niri.homeModules.niri
dankMaterialShell.homeModules.dankMaterialShell.default
dankMaterialShell.homeModules.dankMaterialShell.niri
./conf/alacritty.nix
];
programs.niri = {
@@ -24,7 +23,7 @@
enableSpawn = true;
};
systemd = {
enable = true;
# enable = true;
restartIfChanged = true;
};
};
@@ -38,7 +37,7 @@
xdg.enable = true;
home.packages = [
pkgs.alacritty
pkgs.kitty
pkgs.lite-xl
];
@@ -47,6 +46,10 @@
XDG_SESSION_DESKTOP = "niri";
};
xdg.configFile."kitty" = {
source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/niri/hm/kitty";
recursive = true;
};
# programs.zsh.enable = false;
# programs.fish.enable = true;
}