Updated. Dolphin seems to be broken again (light theme instead of dark theme)

This commit is contained in:
Aleksandr Lebedev 2024-12-27 19:57:43 +01:00
parent cc9e188106
commit 96cea1bb7b
2 changed files with 8 additions and 15 deletions

View file

@ -124,7 +124,6 @@
killall
nix-output-monitor
eza
zoxide
fd
(pkgs.writeShellScriptBin "root-files" ''
${pkgs.fd}/bin/fd --one-file-system --base-directory / --type f --hidden --exclude "{tmp,etc/passwd}"
@ -352,8 +351,8 @@
enable = true;
theme = "catppuccin-mocha";
package = pkgs.kdePackages.sddm;
wayland.enable = true;
};
# services.displayManager.sddm.wayland.enable = true;
nix = {
settings = {
experimental-features = ["nix-command" "flakes"];