desktop/niri/default.nix: force mimeapps.list
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -71,7 +71,6 @@ in {
|
|||||||
waybar = import ./programs/waybar {inherit config colors getExe ifLaptop pkgs;};
|
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;};
|
services = import ./services {inherit pkgs lockscreen getExe perSystem;};
|
||||||
|
|
||||||
home.packages = with pkgs;
|
home.packages = with pkgs;
|
||||||
@ -101,6 +100,10 @@ in {
|
|||||||
];
|
];
|
||||||
|
|
||||||
xdg = {
|
xdg = {
|
||||||
|
configFile = {
|
||||||
|
niri = import ./niri.nix {inherit config hostName launcher lockscreen;};
|
||||||
|
"mimeapps.list".force = true;
|
||||||
|
};
|
||||||
mime.enable = true;
|
mime.enable = true;
|
||||||
mimeApps = {
|
mimeApps = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Reference in New Issue
Block a user