disable cattpuccin and enable stylix since it seems better for now, set git signing to ssh, and update flake lock

This commit is contained in:
Lillian Violet 2025-02-16 21:26:09 +01:00
parent 872134db56
commit 017f11927c
6 changed files with 51 additions and 48 deletions

View file

@ -249,6 +249,7 @@
"venv"
"venv"
];
signing.format = "ssh";
};
gpg.enable = true;

View file

@ -102,6 +102,7 @@
enable = true;
userEmail = "git@lillianviolet.dev";
userName = "Lillian-Violet";
signing.format = "ssh";
};
};

View file

@ -23,13 +23,13 @@
};
};
catppuccin = {
enable = true;
flavor = "macchiato";
foot.enable = false;
helix.enable = false;
yazi.enable = false;
};
# catppuccin = {
# enable = true;
# flavor = "macchiato";
# foot.enable = false;
# helix.enable = false;
# yazi.enable = false;
# };
home.packages = with pkgs; [
# System tools:
@ -54,8 +54,8 @@
};
};
stylix.enable = true;
qt.platformTheme.name = lib.mkForce "kvantum";
qt.style.name = lib.mkForce "kvantum";
# qt.platformTheme.name = lib.mkForce "kvantum";
# qt.style.name = lib.mkForce "kvantum";
# stylix = {
# enable = true;