mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Add dolphin
This commit is contained in:
parent
aaa78b5079
commit
1e5adeb54f
2 changed files with 6 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.supportedFilesystems = [ "ntfs" "btrfs" ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/29b32abb-ea5d-4cca-b506-3485d8df430c";
|
||||
|
|
|
|||
|
|
@ -21,13 +21,17 @@
|
|||
bitwarden-desktop
|
||||
|
||||
# file management
|
||||
krusader
|
||||
breeze-icons
|
||||
libsForQt5.qt5ct
|
||||
dolphin
|
||||
|
||||
# documents
|
||||
# texliveFull
|
||||
# texstudio
|
||||
];
|
||||
|
||||
qt.platformTheme = "qt5ct";
|
||||
|
||||
home.sessionVariables.BROWSER = "librewolf";
|
||||
programs.zsh.sessionVariables.BROWSER = "librewolf";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue