mirror of https://github.com/materusPL/Nixerus.git
materusPC: use home-manager again
This commit is contained in:
parent
63092de3ac
commit
6c49d534a7
|
@ -11,22 +11,6 @@ in
|
||||||
./materusPC
|
./materusPC
|
||||||
inputs.private.systemModule
|
inputs.private.systemModule
|
||||||
profiles.osProfile
|
profiles.osProfile
|
||||||
|
|
||||||
inputs.home-manager.nixosModules.home-manager
|
|
||||||
{
|
|
||||||
home-manager.useGlobalPkgs = true;
|
|
||||||
home-manager.useUserPackages = true;
|
|
||||||
home-manager.users.materus = { config ,... }: {
|
|
||||||
imports = [
|
|
||||||
../home/materus
|
|
||||||
materusPC/extraHome.nix
|
|
||||||
profiles.homeProfile
|
|
||||||
inputs.private.homeModule
|
|
||||||
];
|
|
||||||
materus.profile.nixpkgs.enable = false;
|
|
||||||
};
|
|
||||||
home-manager.extraSpecialArgs = { inherit inputs; inherit materusFlake; };
|
|
||||||
}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
flamaster = inputs.nixpkgs.lib.nixosSystem rec {
|
flamaster = inputs.nixpkgs.lib.nixosSystem rec {
|
||||||
|
|
|
@ -252,7 +252,7 @@ in
|
||||||
mprocs
|
mprocs
|
||||||
tldr
|
tldr
|
||||||
bat
|
bat
|
||||||
|
config.materus.profile.packages.home-manager
|
||||||
|
|
||||||
# pgcli
|
# pgcli
|
||||||
# litecli
|
# litecli
|
||||||
|
@ -321,7 +321,7 @@ in
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
"libvirt/hooks/qemu.d/win11/prepare/begin/start.sh" = {
|
"libvirt/hooks/qemu.d/win11/prepare/begin/start.sh" = {
|
||||||
text =
|
text =
|
||||||
''
|
''
|
||||||
|
@ -450,14 +450,18 @@ in
|
||||||
systemctl set-property --runtime -- system.slice AllowedCPUs=0-3
|
systemctl set-property --runtime -- system.slice AllowedCPUs=0-3
|
||||||
systemctl set-property --runtime -- init.scope AllowedCPUs=0-3
|
systemctl set-property --runtime -- init.scope AllowedCPUs=0-3
|
||||||
'';
|
'';
|
||||||
/*text = ''
|
|
||||||
|
|
||||||
|
|
||||||
|
text = ''
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
reboot
|
reboot
|
||||||
'';*-/
|
'';*-/
|
||||||
mode = "0755";
|
mode = "0755";
|
||||||
};
|
};
|
||||||
"libvirt/vgabios/patched.rom".source = ./vbios.rom;
|
"libvirt/vgabios/patched.rom".source = ./vbios.rom;
|
||||||
}; */
|
};
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue