Modules/Niri: Update DMS configuration after update
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user