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:
parent
872134db56
commit
017f11927c
6 changed files with 51 additions and 48 deletions
|
@ -249,6 +249,7 @@
|
|||
"venv"
|
||||
"venv"
|
||||
];
|
||||
signing.format = "ssh";
|
||||
};
|
||||
|
||||
gpg.enable = true;
|
||||
|
|
|
@ -102,6 +102,7 @@
|
|||
enable = true;
|
||||
userEmail = "git@lillianviolet.dev";
|
||||
userName = "Lillian-Violet";
|
||||
signing.format = "ssh";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue