mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: i3!
This commit is contained in:
parent
add8b013a4
commit
d463824ef1
35 changed files with 2150 additions and 156 deletions
|
|
@ -2,8 +2,8 @@
|
|||
base16 = {
|
||||
inherit (config.home-manager.users.kat.base16) defaultSchemeName defaultScheme schemes;
|
||||
console = {
|
||||
enable = true;
|
||||
getty.enable = true;
|
||||
enable = false;
|
||||
getty.enable = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
6
nixos/common/catppuccin.nix
Normal file
6
nixos/common/catppuccin.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
_: {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
flavor = "latte";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue