fix: keep catppuccin
This commit is contained in:
parent
1d8cd372bd
commit
ed556fb042
2 changed files with 9 additions and 6 deletions
|
|
@ -11,7 +11,10 @@
|
||||||
|
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||||
|
|
||||||
catppuccin.url = "github:catppuccin/nix";
|
catppuccin = {
|
||||||
|
url = "github:catppuccin/nix/f518f96a60aceda4cd487437b25eaa48d0f1b97d";
|
||||||
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
agenix.url = "github:ryantm/agenix";
|
agenix.url = "github:ryantm/agenix";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
{
|
{
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
#gtk = {
|
gtk = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# size = "compact";
|
size = "compact";
|
||||||
# tweaks = [ "rimless" ];
|
tweaks = [ "rimless" ];
|
||||||
#};
|
};
|
||||||
|
|
||||||
btop.enable = true;
|
btop.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue