Wrong again... fixed this time
This commit is contained in:
parent
f9629b84ac
commit
708cb4c97f
|
@ -42,7 +42,8 @@
|
|||
theme = catppuccin-themes.hyprland;
|
||||
};
|
||||
};
|
||||
xdg.configFile = {
|
||||
xdg = {
|
||||
configFile = {
|
||||
"hypr/hyprpaper.conf".text = ''
|
||||
preload = ${wallpapers.default}
|
||||
wallpaper = ,${wallpapers.default}
|
||||
|
@ -50,4 +51,16 @@
|
|||
"hypr/macchiato.conf".source = ./macchiato.conf;
|
||||
"hypr/extra.conf" = lib.mkDefault { text = ""; };
|
||||
};
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"image/jpeg" = [ "swayimg.desktop" ];
|
||||
"image/png" = [ "swayimg.desktop" ];
|
||||
};
|
||||
associations.added = {
|
||||
"image/jpeg" = [ "swayimg.desktop" ];
|
||||
"image/png" = [ "swayimg.desktop" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -65,23 +65,10 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
xdg = {
|
||||
portal = {
|
||||
xdg.portal = {
|
||||
enable = true;
|
||||
extraPortals = with pkgs; [ xdg-desktop-portal-gtk ];
|
||||
};
|
||||
mimeApps = {
|
||||
enable = true;
|
||||
defaultApplications = {
|
||||
"image/jpeg" = [ "swayimg.desktop" ];
|
||||
"image/png" = [ "swayimg.desktop" ];
|
||||
};
|
||||
associations.added = {
|
||||
"image/jpeg" = [ "swayimg.desktop" ];
|
||||
"image/png" = [ "swayimg.desktop" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
programs = {
|
||||
hyprland = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue