style: enable catppuccin
This commit is contained in:
parent
995218d6aa
commit
e588ff4f7e
18 changed files with 147 additions and 2 deletions
|
|
@ -3,7 +3,9 @@
|
|||
outputs,
|
||||
...
|
||||
}: {
|
||||
imports = [inputs.home-manager.nixosModules.home-manager];
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
home-manager.extraSpecialArgs = {inherit inputs outputs;};
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
|
|
@ -12,6 +14,7 @@
|
|||
users = {
|
||||
don = {
|
||||
imports = [
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
./common
|
||||
];
|
||||
home = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue