Add dolphin

This commit is contained in:
muon 2025-01-03 13:40:44 +00:00
parent aaa78b5079
commit 1e5adeb54f
2 changed files with 6 additions and 1 deletions

View file

@ -11,6 +11,7 @@
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ ]; boot.kernelModules = [ ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
boot.supportedFilesystems = [ "ntfs" "btrfs" ];
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/29b32abb-ea5d-4cca-b506-3485d8df430c"; device = "/dev/disk/by-uuid/29b32abb-ea5d-4cca-b506-3485d8df430c";

View file

@ -21,13 +21,17 @@
bitwarden-desktop bitwarden-desktop
# file management # file management
krusader breeze-icons
libsForQt5.qt5ct
dolphin
# documents # documents
# texliveFull # texliveFull
# texstudio # texstudio
]; ];
qt.platformTheme = "qt5ct";
home.sessionVariables.BROWSER = "librewolf"; home.sessionVariables.BROWSER = "librewolf";
programs.zsh.sessionVariables.BROWSER = "librewolf"; programs.zsh.sessionVariables.BROWSER = "librewolf";