Updated. Dolphin seems to be broken again (light theme instead of dark theme)
This commit is contained in:
parent
cc9e188106
commit
96cea1bb7b
2 changed files with 8 additions and 15 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
# };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue