flake: update. sisko: various minor updates
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
chromium
|
||||
discord
|
||||
element-desktop
|
||||
papers
|
||||
jellyfin-media-player
|
||||
kitty
|
||||
libreoffice
|
||||
@@ -18,6 +19,7 @@
|
||||
mumble
|
||||
pavucontrol
|
||||
prismlauncher
|
||||
swayimg
|
||||
|
||||
# Window Manager Extras
|
||||
bibata-cursors
|
||||
@@ -26,11 +28,14 @@
|
||||
hyprlock
|
||||
hyprpaper
|
||||
hyprshot
|
||||
hyprswitch
|
||||
nautilus
|
||||
networkmanager
|
||||
rofi-rbw-wayland
|
||||
swaynotificationcenter
|
||||
waybar
|
||||
wl-clipboard
|
||||
cliphist
|
||||
|
||||
# Misc tools
|
||||
bc
|
||||
@@ -41,6 +46,7 @@
|
||||
hunspellDicts.nb_NO
|
||||
jq
|
||||
nixpkgs-2211.remmina
|
||||
ollama-rocm
|
||||
openssl
|
||||
playerctl
|
||||
pwgen
|
||||
@@ -104,7 +110,14 @@
|
||||
"x-scheme-handler/https" = "firefox.desktop";
|
||||
"x-scheme-handler/about" = "firefox.desktop";
|
||||
"x-scheme-handler/unknown" = "firefox.desktop";
|
||||
};
|
||||
|
||||
"application/pdf" = "org.gnome.Papers.desktop";
|
||||
|
||||
} // builtins.listToAttrs (
|
||||
builtins.map
|
||||
( imgType: { name = "image/${imgType}"; value = "swayimg.desktop"; } )
|
||||
[ "apng" "bmp" "gif" "heic" "heif" "jpeg" "png" "svg" "svg+xml" "tiff" ]
|
||||
);
|
||||
};
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
Reference in New Issue
Block a user