feat: use nautilus instead of nemo
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
imageviewer = [ "org.gnome.Shotwell-Viewer.desktop" ];
|
imageviewer = [ "org.gnome.Shotwell-Viewer.desktop" ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"inode/directory" = [ "nemo.desktop" ];
|
"inode/directory" = [ "org.gnome.Nautilus.desktop" ];
|
||||||
|
|
||||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||||
|
|
||||||
|
|||||||
@@ -93,7 +93,7 @@
|
|||||||
imageviewer = [ "org.gnome.Shotwell-Viewer.desktop" ];
|
imageviewer = [ "org.gnome.Shotwell-Viewer.desktop" ];
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
"inode/directory" = [ "nemo.desktop" ];
|
"inode/directory" = [ "org.gnome.Nautilus.desktop" ];
|
||||||
|
|
||||||
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
"application/pdf" = [ "org.gnome.Evince.desktop" ];
|
||||||
|
|
||||||
|
|||||||
@@ -82,7 +82,7 @@
|
|||||||
opacity = 0.8;
|
opacity = 0.8;
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
matches = [ { app-id = "org.gnome.Nautilus|nemo"; } ];
|
matches = [ { app-id = "org.gnome.Nautilus"; } ];
|
||||||
opacity = 0.6;
|
opacity = 0.6;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
@@ -136,7 +136,7 @@
|
|||||||
"kitty"
|
"kitty"
|
||||||
];
|
];
|
||||||
"Mod+G".action.spawn = [ "zen-beta" ];
|
"Mod+G".action.spawn = [ "zen-beta" ];
|
||||||
"Mod+E".action.spawn = [ "nemo" ];
|
"Mod+E".action.spawn = [ "nautilus" ];
|
||||||
"Mod+R".action.spawn = [
|
"Mod+R".action.spawn = [
|
||||||
"sh"
|
"sh"
|
||||||
"-c"
|
"-c"
|
||||||
|
|||||||
@@ -27,11 +27,7 @@ in
|
|||||||
niri = {
|
niri = {
|
||||||
default = [
|
default = [
|
||||||
"gnome"
|
"gnome"
|
||||||
"gtk"
|
|
||||||
];
|
];
|
||||||
"org.freedesktop.impl.portal.Access" = [ "gtk" ];
|
|
||||||
"org.freedesktop.impl.portal.FileChooser" = [ "gtk" ];
|
|
||||||
"org.freedesktop.impl.portal.Notification" = [ "gtk" ];
|
|
||||||
"org.freedesktop.impl.portal.RemoteDesktop" = [ "gnome" ];
|
"org.freedesktop.impl.portal.RemoteDesktop" = [ "gnome" ];
|
||||||
"org.freedesktop.impl.portal.ScreenCast" = [ "gnome" ];
|
"org.freedesktop.impl.portal.ScreenCast" = [ "gnome" ];
|
||||||
"org.freedesktop.impl.portal.Screenshot" = [ "gnome" ];
|
"org.freedesktop.impl.portal.Screenshot" = [ "gnome" ];
|
||||||
@@ -39,7 +35,6 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraPortals = with pkgs; [
|
extraPortals = with pkgs; [
|
||||||
xdg-desktop-portal-gtk
|
|
||||||
xdg-desktop-portal-gnome
|
xdg-desktop-portal-gnome
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
@@ -65,7 +60,7 @@ in
|
|||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
nemo-with-extensions
|
nautilus
|
||||||
];
|
];
|
||||||
programs.wofi.enable = true;
|
programs.wofi.enable = true;
|
||||||
xdg.configFile."wofi" = {
|
xdg.configFile."wofi" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user