mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Added Home-Manager Module
This commit is contained in:
parent
f1cd92c632
commit
6f7967de10
|
|
@ -8,7 +8,7 @@ with lib;
|
|||
with lib.internal;{
|
||||
snowfallorg.user.enable = true;
|
||||
snowfallorg.user.name = "kb-work";
|
||||
home.stateVersion = "24.05";
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ in {
|
|||
imports =
|
||||
[
|
||||
./hardware.nix
|
||||
<home-manager/nixos>
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
|
|
|||
Loading…
Reference in a new issue