feat: new custom Tokyo Night forgejo theme
This commit is contained in:
parent
1d9e8d16d2
commit
711a83b8e0
2 changed files with 9 additions and 2 deletions
|
|
@ -10,6 +10,9 @@ inputs = {
|
|||
agenix.url = "github:ryantm/agenix";
|
||||
agenix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
agenix.inputs.darwin.follows = "";
|
||||
|
||||
forgejo-tokyo-night.url = "https://git.tokinanpa.dev/toki/forgejo-tokyo-night/archive/main.tar.gz";
|
||||
forgejo-tokyo-night.flake = false;
|
||||
};
|
||||
|
||||
outputs = inputs@{ self, nixpkgs, agenix, rpi5-kernel, ... }:
|
||||
|
|
@ -37,7 +40,10 @@ outputs = inputs@{ self, nixpkgs, agenix, rpi5-kernel, ... }:
|
|||
|
||||
nixosConfigurations."toki-aether" =
|
||||
nixpkgs.lib.nixosSystem {
|
||||
specialArgs.aether = self.nixosModules;
|
||||
specialArgs = {
|
||||
inherit forgejo-tokyo-night;
|
||||
aether = self.nixosModules;
|
||||
};
|
||||
modules = [
|
||||
agenix.nixosModules.default
|
||||
./aether/hardware-configuration.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue