From 5028670aab6988bda6e24872bf64707ff9ec63cb Mon Sep 17 00:00:00 2001 From: Emmet Date: Wed, 4 Oct 2023 21:02:19 -0500 Subject: [PATCH] Added nautilus gui fm and flstudio improvements --- profiles/work/home.nix | 6 +++++- user/wm/hyprland/hyprland.nix | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/work/home.nix b/profiles/work/home.nix index efe75b6..627555d 100644 --- a/profiles/work/home.nix +++ b/profiles/work/home.nix @@ -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; diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index d3e3f4c..8e328c9 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -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