auto-install script

This commit is contained in:
shynd 2025-02-20 13:44:59 +01:00
parent 9f46b89e4c
commit 9419b77ed4
1 changed files with 30 additions and 28 deletions

View File

@ -9,7 +9,8 @@
#ags.url = "github:aylur/ags/v1"; # aylurs-gtk-shell-v1 #ags.url = "github:aylur/ags/v1"; # aylurs-gtk-shell-v1
}; };
outputs = inputs@{ self, nixpkgs, ... }: outputs =
inputs@{ self, nixpkgs, ... }:
let let
system = "x86_64-linux"; system = "x86_64-linux";
host = "nixos-config"; host = "nixos-config";
@ -28,7 +29,8 @@
specialArgs = { specialArgs = {
inherit system; inherit system;
inherit inputs; inherit inputs;
inherit system; inherit username;
inherit host;
}; };
modules = [ modules = [
./hosts/${host}/config.nix ./hosts/${host}/config.nix