Nyx: formatting & add nautilus open any term

This commit is contained in:
blahai 2025-01-07 22:51:13 +02:00
parent f39182a2bc
commit f71f4592d5
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

View file

@ -90,6 +90,7 @@
}; };
gnome.gnome-keyring.enable = true; gnome.gnome-keyring.enable = true;
gvfs.enable = true;
}; };
security.rtkit.enable = true; security.rtkit.enable = true;
@ -139,6 +140,11 @@
programs = { programs = {
firefox.enable = true; firefox.enable = true;
nautilus-open-any-terminal = {
enable = true;
terminal = "wezterm";
};
fish.enable = true; fish.enable = true;
hyprland = { hyprland = {
@ -199,15 +205,23 @@
qt.enable = true; qt.enable = true;
environment.sessionVariables.GST_PLUGIN_SYSTEM_PATH_1_0 = lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" (with pkgs.gst_all_1; [ environment = {
sessionVariables = {
NAUTILUS_4_EXTENSION_DIR = "${pkgs.nautilus-python}/lib/nautilus/extensions-4";
GST_PLUGIN_SYSTEM_PATH_1_0 = lib.makeSearchPathOutput "lib" "lib/gstreamer-1.0" (with pkgs.gst_all_1; [
gst-plugins-good gst-plugins-good
gst-plugins-bad gst-plugins-bad
gst-plugins-ugly gst-plugins-ugly
gst-libav gst-libav
]); ]);
};
pathsToLink = [
"/share/nautilus-python/extensions"
];
environment.systemPackages = with pkgs; [ systemPackages = with pkgs; [
nautilus nautilus
nautilus-python
diff-so-fancy diff-so-fancy
eog eog
bottles bottles
@ -280,7 +294,7 @@
geogebra geogebra
qbittorrent qbittorrent
]; ];
};
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
iosevka-comfy.comfy iosevka-comfy.comfy
fira-code fira-code