🚀 add theming with base16
This commit is contained in:
parent
34e2ad58ce
commit
f6976cd478
9 changed files with 416 additions and 153 deletions
|
|
@ -41,9 +41,15 @@
|
|||
url = "github:arkenfox/user.js";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# Theming
|
||||
base16 = {
|
||||
url = "github:SenchoPens/base16.nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, agenix, home-manager, nixpkgs, utils, ... }:
|
||||
outputs = inputs@{ self, agenix, home-manager, nixpkgs, utils, base16, ... }:
|
||||
utils.lib.mkFlake {
|
||||
inherit self inputs;
|
||||
|
||||
|
|
@ -84,6 +90,7 @@
|
|||
}
|
||||
self.nixosModules.default
|
||||
agenix.nixosModules.age
|
||||
base16.nixosModule
|
||||
];
|
||||
|
||||
hosts.nixos-laptop.modules =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue