diff options
author | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-06 23:40:02 +0100 |
---|---|---|
committer | Jasper Ras <jaspert.ras@gmail.com> | 2025-02-07 09:59:54 +0100 |
commit | e3c68d04828856b8ddba3d91cdb0863f5a7ae79a (patch) | |
tree | d1e8a60e546433c297c65ef4cbd66a4b97828352 /flake.nix | |
parent | fae1e278a82d74f54c54ffe852ca8b2c5e707c00 (diff) |
blaosdb
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ nixosConfigurations.snorlax = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; + specialArgs = { inherit inputs; }; modules = [ home-manager.nixosModules.home-manager |