From 1e5adeb54f6e96f59b955b00449bd5ba4d08c129 Mon Sep 17 00:00:00 2001 From: muon Date: Fri, 3 Jan 2025 13:40:44 +0000 Subject: [PATCH] Add dolphin --- hosts/muop/hardware-configuration.nix | 1 + modules/home/desktop/productivity.nix | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/muop/hardware-configuration.nix b/hosts/muop/hardware-configuration.nix index 14b7f9d..25b813e 100644 --- a/hosts/muop/hardware-configuration.nix +++ b/hosts/muop/hardware-configuration.nix @@ -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"; diff --git a/modules/home/desktop/productivity.nix b/modules/home/desktop/productivity.nix index d7ec59f..ade6f7f 100644 --- a/modules/home/desktop/productivity.nix +++ b/modules/home/desktop/productivity.nix @@ -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";