1

Modules/Niri: Update DMS configuration after update

This commit is contained in:
2026-01-17 23:00:44 +01:00
parent bf0c55669c
commit 4c18fd8c8e
5 changed files with 571 additions and 5 deletions

View File

@ -363,7 +363,11 @@ with mylib.networking; {
flake = "/home/${username}/NixFlake";
};
niri.enable = !headless;
niri = {
enable = !headless;
package = pkgs.niri-unstable; # TODO: Can remove this again once niri-flake is updated for 25.11
};
ssh.startAgent = true; # Use gnupg
starship.enable = true;
xwayland.enable = !headless;

View File

@ -148,6 +148,7 @@ in {
(mkUDir ".config/keepassxc" m755)
(mkUDir ".config/Msty" m755)
(mkUDir ".config/Nextcloud" m755)
(mkUDir ".config/niri/dms" m755)
(mkUDir ".config/obsidian" m755)
(mkUDir ".config/obs-studio" m755)
(mkUDir ".config/Signal" m755)