mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +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.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";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue