diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -284,6 +284,12 @@ ]; }; picast = lib.nixosSystem { # anger at chromecast + specialArgs = { + pkgs-unstable = import nixpkgs-unstable { + system = "aarch64-linux"; + config.allowUnfree = true; + }; + }; modules = minimalHomeManagerSettings ++ [ ./machines/picast home-manager.nixosModules.home-manager { home-manager.users.defin = import ./home-manager/default.nix; } ]; |
