🚀 add theming with base16

This commit is contained in:
Moritz Böhme 2022-04-23 17:31:50 +02:00
parent 34e2ad58ce
commit f6976cd478
No known key found for this signature in database
GPG key ID: 213820E2795F5CF5
9 changed files with 416 additions and 153 deletions

View file

@ -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 =