700 current 2024-05-28 11:09:06 24.11.20240524.bfb7a88 6.9.1-zen1 *
This commit is contained in:
parent
639057df4c
commit
d18ac6c1a7
6 changed files with 11 additions and 9 deletions
|
|
@ -34,6 +34,7 @@ in {
|
|||
|
||||
config = mkIf cfg.enable {
|
||||
programs.neovim = {
|
||||
catppuccin.enable = false;
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
extraPackages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -18,10 +18,10 @@ in {
|
|||
enable = true;
|
||||
catppuccin.enable = true;
|
||||
|
||||
iconTheme = {
|
||||
package = pkgs.catppuccin-papirus-folders;
|
||||
name = "Papirus";
|
||||
};
|
||||
# iconTheme = {
|
||||
# package = pkgs.catppuccin-papirus-folders;
|
||||
# name = "Papirus";
|
||||
# };
|
||||
font = {
|
||||
name = "Iosevka";
|
||||
size = 11;
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ in {
|
|||
config = mkIf cfg.enable {
|
||||
programs.swaylock = {
|
||||
enable = true;
|
||||
catppuccin.enable = false;
|
||||
package = pkgs.swaylock-effects;
|
||||
settings = with colors; {
|
||||
clock = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue