Remove some things
Remove Zathura Remove .config/style.css because stylix puts the same thing in /etc/stylix
This commit is contained in:
parent
a97fadea1b
commit
57f6a0d5d7
|
@ -6,29 +6,9 @@
|
|||
rofi.enable = true;
|
||||
swaylock.enable = true;
|
||||
xresources.enable = true;
|
||||
zathura.enable = true;
|
||||
};
|
||||
xdg.configFile = {
|
||||
"style.css".text = with config.lib.stylix.colors.withHashtag; ''
|
||||
@define-color base00 ${base00};
|
||||
@define-color base01 ${base01};
|
||||
@define-color base02 ${base02};
|
||||
@define-color base03 ${base03};
|
||||
@define-color base04 ${base04};
|
||||
@define-color base05 ${base05};
|
||||
@define-color base06 ${base06};
|
||||
@define-color base07 ${base07};
|
||||
@define-color base08 ${base08};
|
||||
@define-color base09 ${base09};
|
||||
@define-color base0A ${base0A};
|
||||
@define-color base0B ${base0B};
|
||||
@define-color base0C ${base0C};
|
||||
@define-color base0D ${base0D};
|
||||
@define-color base0E ${base0E};
|
||||
@define-color base0F ${base0F};
|
||||
'';
|
||||
"bat/themes/Catppuccin-mocha.tmTheme".source = ./Catppuccin-mocha.tmTheme;
|
||||
};
|
||||
xdg.configFile."bat/themes/Catppuccin-mocha.tmTheme".source =
|
||||
./Catppuccin-mocha.tmTheme;
|
||||
programs = rec {
|
||||
bash.enable = true;
|
||||
bat = {
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
extraConfig = import ./config.nix { inherit config pkgs; };
|
||||
};
|
||||
programs = {
|
||||
zathura.enable = true;
|
||||
foot = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
@ -74,8 +73,6 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
indicator-caps-lock = true;
|
||||
indicator-radius = 100;
|
||||
indicator-thickness = 7;
|
||||
ignore-empty-password = true;
|
||||
show-failed-attempts = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue