started work on making all dotfiles managed by nix and automatic Catppuccin theming
This commit is contained in:
parent
9430d25251
commit
ff7048f53d
18 changed files with 723 additions and 361 deletions
8
dots/default.nix
Normal file
8
dots/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
imports = [
|
||||
./.warprc.nix
|
||||
./config/kitty/kitty.conf.nix
|
||||
./config/eza/theme.yml.nix
|
||||
./config/wofi/style.css.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue