feat: install and configure zen

This commit is contained in:
wi11-holdsworth 2025-10-02 14:46:50 +10:00
parent ffd3829d70
commit 464da9f44f
4 changed files with 123 additions and 1 deletions

View file

@ -17,6 +17,10 @@
url = "github:nix-community/nixvim";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
# keep-sorted end
};
@ -25,6 +29,7 @@
nixpkgs,
home-manager,
agenix,
zen-browser,
...
}@inputs:
let
@ -43,6 +48,7 @@
users.${userName}.imports = [
./hosts/${hostName}/home.nix
agenix.homeManagerModules.default
zen-browser.homeModules.twilight
];
backupFileExtension = "backup";
extraSpecialArgs = {