🖼 Replaced Dolphin with Nauvis, mime types, image-viewer

- Added Gstreamer packages for audio data
- Replaced catppuccin wallpaper on lockscreen with one where the logo is higher
- Replaced dolphin with nautilus file manager
- Moved Gnome related configs to /gnome
- Added Gnome appindicator and extension manager
- Added loupe and gimp
- Added mime types for image files
This commit is contained in:
2024-12-31 20:28:24 +01:00
parent cbcc4d8df6
commit fe1186f960
9 changed files with 68 additions and 20 deletions

9
gnome/nautilus.nix Normal file
View File

@ -0,0 +1,9 @@
{ pkgs, ... }:
# TODO file-preview for videos, svgs and other types
{
environment.systemPackages = with pkgs; [
nautilus
];
programs.nautilus-open-any-terminal.enable = true;
}