flake: update. sisko: various minor updates

This commit is contained in:
2024-12-11 10:56:13 +01:00
parent ee7fef1479
commit f27205efdb
5 changed files with 89 additions and 14 deletions

View File

@@ -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";