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
};
outputs = inputs@{ self, nixpkgs, ... }:
outputs =
inputs@{ self, nixpkgs, ... }:
let
system = "x86_64-linux";
host = "nixos-config";
@ -28,7 +29,8 @@
specialArgs = {
inherit system;
inherit inputs;
inherit system;
inherit username;
inherit host;
};
modules = [
./hosts/${host}/config.nix