Maybe this
This commit is contained in:
@@ -16,13 +16,12 @@
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, hyprland, stylix, ... }@inputs:
|
||||
let
|
||||
settings = import ./settings.nix;
|
||||
system = "x86_64-linux";
|
||||
lib = nixpkgs.lib;
|
||||
in
|
||||
{
|
||||
nixosConfigurations = {
|
||||
"${settings.hostname}" = lib.nixosSystem {
|
||||
"lavitz" = lib.nixosSystem {
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
@@ -32,8 +31,8 @@
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users."${settings.username}" = {
|
||||
home.stateVersion = "24.05";
|
||||
home-manager.users."atridad" = {
|
||||
home.stateVersion = "25.11";
|
||||
};
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user