mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 09:14:34 +05:30
Added nautilus gui fm and flstudio improvements
This commit is contained in:
parent
307d5d57cd
commit
5028670aab
|
@ -47,6 +47,7 @@
|
|||
mate.atril
|
||||
xournalpp
|
||||
glib
|
||||
gnome.nautilus
|
||||
gnome.geary
|
||||
gnome.gnome-calendar
|
||||
gnome.seahorse
|
||||
|
@ -77,7 +78,7 @@
|
|||
exec = "flstudio %U";
|
||||
terminal = false;
|
||||
type = "Application";
|
||||
mimeTypes = ["application/flstudio"];
|
||||
mimeTypes = ["application/octet-stream"];
|
||||
})
|
||||
|
||||
# Media
|
||||
|
@ -130,6 +131,9 @@
|
|||
};
|
||||
xdg.mime.enable = true;
|
||||
xdg.mimeApps.enable = true;
|
||||
xdg.mimeApps.associations.added = {
|
||||
"application/octet-stream" = "flstudio.desktop;";
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = editor;
|
||||
|
|
|
@ -189,6 +189,7 @@
|
|||
windowrulev2 = opacity 0.65,title:^(Home - qutebrowser)$
|
||||
windowrulev2 = opacity 0.65,title:\[.*\] - Home
|
||||
windowrulev2 = opacity 0.9,class:^(org.keepassxc.KeePassXC)$
|
||||
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
|
||||
|
||||
layerrule = blur,waybar
|
||||
|
||||
|
|
Loading…
Reference in a new issue