desktop/niri/default.nix: force mimeapps.list

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-06-24 11:52:01 +03:00
parent c586cc93d8
commit 27f29769e2

View File

@ -71,7 +71,6 @@ in {
waybar = import ./programs/waybar {inherit config colors getExe ifLaptop pkgs;};
};
xdg.configFile.niri = import ./niri.nix {inherit config hostName launcher lockscreen;};
services = import ./services {inherit pkgs lockscreen getExe perSystem;};
home.packages = with pkgs;
@ -101,6 +100,10 @@ in {
];
xdg = {
configFile = {
niri = import ./niri.nix {inherit config hostName launcher lockscreen;};
"mimeapps.list".force = true;
};
mime.enable = true;
mimeApps = {
enable = true;