Remove some things

Remove Zathura

Remove .config/style.css because stylix puts the same thing in
/etc/stylix
This commit is contained in:
Evie Litherland-Smith 2024-01-10 20:13:09 +00:00
parent a97fadea1b
commit 57f6a0d5d7
2 changed files with 2 additions and 25 deletions

View file

@ -6,29 +6,9 @@
rofi.enable = true; rofi.enable = true;
swaylock.enable = true; swaylock.enable = true;
xresources.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 { programs = rec {
bash.enable = true; bash.enable = true;
bat = { bat = {

View file

@ -17,7 +17,6 @@
extraConfig = import ./config.nix { inherit config pkgs; }; extraConfig = import ./config.nix { inherit config pkgs; };
}; };
programs = { programs = {
zathura.enable = true;
foot = { foot = {
enable = true; enable = true;
settings = { settings = {
@ -74,8 +73,6 @@
enable = true; enable = true;
settings = { settings = {
indicator-caps-lock = true; indicator-caps-lock = true;
indicator-radius = 100;
indicator-thickness = 7;
ignore-empty-password = true; ignore-empty-password = true;
show-failed-attempts = true; show-failed-attempts = true;
}; };