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
|
killall
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
eza
|
eza
|
||||||
zoxide
|
|
||||||
fd
|
fd
|
||||||
(pkgs.writeShellScriptBin "root-files" ''
|
(pkgs.writeShellScriptBin "root-files" ''
|
||||||
${pkgs.fd}/bin/fd --one-file-system --base-directory / --type f --hidden --exclude "{tmp,etc/passwd}"
|
${pkgs.fd}/bin/fd --one-file-system --base-directory / --type f --hidden --exclude "{tmp,etc/passwd}"
|
||||||
|
|
@ -352,8 +351,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
theme = "catppuccin-mocha";
|
theme = "catppuccin-mocha";
|
||||||
package = pkgs.kdePackages.sddm;
|
package = pkgs.kdePackages.sddm;
|
||||||
|
wayland.enable = true;
|
||||||
};
|
};
|
||||||
# services.displayManager.sddm.wayland.enable = true;
|
|
||||||
nix = {
|
nix = {
|
||||||
settings = {
|
settings = {
|
||||||
experimental-features = ["nix-command" "flakes"];
|
experimental-features = ["nix-command" "flakes"];
|
||||||
|
|
|
||||||
|
|
@ -25,16 +25,16 @@
|
||||||
#xdg.configFile."Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
|
#xdg.configFile."Kvantum/kvantum.kvconfig".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
|
||||||
# General.theme = "Catppuccin-Mocha";
|
# General.theme = "Catppuccin-Mocha";
|
||||||
# };
|
# };
|
||||||
xdg.configFile = {
|
#xdg.configFile = {
|
||||||
"Kvantum/kvantum.kvconfig".text = ''
|
# "Kvantum/kvantum.kvconfig".text = ''
|
||||||
[General]
|
# [General]
|
||||||
theme=catppuccin-mocha
|
# theme=catppuccin-mocha
|
||||||
'';
|
# '';
|
||||||
|
|
||||||
# The important bit is here, links the theme directory from the package to a directory under `~/.config`
|
# The important bit is here, links the theme directory from the package to a directory under `~/.config`
|
||||||
# where Kvantum should find it.
|
# 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 = {
|
programs.fzf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -46,12 +46,6 @@
|
||||||
icons = "always";
|
icons = "always";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zoxide = {
|
|
||||||
enable = true;
|
|
||||||
options = [ "--cmd cd" ];
|
|
||||||
enableBashIntegration = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
#xdg.configFile."qt5ct/qt5ct.conf".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
|
#xdg.configFile."qt5ct/qt5ct.conf".source = (pkgs.formats.ini {}).generate "kvantum.kvconfig" {
|
||||||
# Appearance.icon_theme = "Breeze Dark";
|
# Appearance.icon_theme = "Breeze Dark";
|
||||||
# };
|
# };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue