feat: Added stuff

This commit is contained in:
uttarayan21
2025-07-02 17:21:10 +05:30
parent 9c4d5a219d
commit c80288fadf
14 changed files with 93 additions and 40 deletions

View File

@@ -23,7 +23,7 @@
./${device.name}/configuration.nix
home-manager.nixosModules.home-manager
inputs.arion.nixosModules.arion
inputs.command-runner.nixosModules.command-runner
# inputs.command-runner.nixosModules.command-runner
inputs.lanzaboote.nixosModules.lanzaboote
inputs.musnix.nixosModules.musnix
{
@@ -37,7 +37,9 @@
inherit device;
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
};
users.${device.user}.imports = [../home];
users.${device.user}.imports = [
../home
];
};
}
];