From 96cea1bb7b4cd020db5474bd0b8eb0059683c659 Mon Sep 17 00:00:00 2001 From: Aleksandr Lebedev Date: Fri, 27 Dec 2024 19:57:43 +0100 Subject: [PATCH] Updated. Dolphin seems to be broken again (light theme instead of dark theme) --- nixos/configuration.nix | 3 +-- nixos/home.nix | 20 +++++++------------- 2 files changed, 8 insertions(+), 15 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 2c363e6..e7e332c 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -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"]; diff --git a/nixos/home.nix b/nixos/home.nix index a30588b..4960282 100644 --- a/nixos/home.nix +++ b/nixos/home.nix @@ -25,16 +25,16 @@ #xdg.configFile."Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" { # General.theme = "Catppuccin-Mocha"; # }; - xdg.configFile = { - "Kvantum/kvantum.kvconfig".text = '' - [General] - theme=catppuccin-mocha - ''; + #xdg.configFile = { + # "Kvantum/kvantum.kvconfig".text = '' + # [General] + # theme=catppuccin-mocha + # ''; # The important bit is here, links the theme directory from the package to a directory under `~/.config` # where Kvantum should find it. - "Kvantum/catppuccin-mocha".source = "${pkgs.catppuccin-kvantum}/share/Kvantum/catppuccin-mocha"; - }; + # "Kvantum/catppuccin-mocha".source = "${pkgs.catppuccin-kvantum}/share/Kvantum/catppuccin-mocha"; + #}; programs.fzf = { enable = true; @@ -46,12 +46,6 @@ icons = "always"; }; - programs.zoxide = { - enable = true; - options = [ "--cmd cd" ]; - enableBashIntegration = true; - }; - #xdg.configFile."qt5ct/qt5ct.conf".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" { # Appearance.icon_theme = "Breeze Dark"; # };