Switched to catppuccin
This commit is contained in:
parent
a7a8b638b0
commit
6ab7837acf
15 changed files with 114 additions and 78 deletions
|
@ -7,6 +7,8 @@
|
|||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
catppuccin.url = "github:catppuccin/nix";
|
||||
|
||||
nixos-generators.url = "github:nix-community/nixos-generators";
|
||||
nixos-generators.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
|
@ -28,9 +30,6 @@
|
|||
nixvim.url = "github:alejandro-angulo/nixvim-config";
|
||||
nixvim.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
base16-shell.url = "github:chriskempson/base16-shell/master";
|
||||
base16-shell.flake = false;
|
||||
|
||||
zsh-syntax-highlighting.url = "github:zsh-users/zsh-syntax-highlighting/master";
|
||||
zsh-syntax-highlighting.flake = false;
|
||||
|
||||
|
@ -63,6 +62,8 @@
|
|||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
|
||||
homes.modules = with inputs; [catppuccin.homeManagerModules.catppuccin];
|
||||
|
||||
deploy.nodes = {
|
||||
node = {
|
||||
hostname = "node";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue