Re-Added Home-Manager State after fixing user state
This commit is contained in:
parent
73459b2b38
commit
f1cd92c632
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
flake.lock
|
|
@ -8,7 +8,7 @@ with lib;
|
||||||
with lib.internal;{
|
with lib.internal;{
|
||||||
snowfallorg.user.enable = true;
|
snowfallorg.user.enable = true;
|
||||||
snowfallorg.user.name = "kb-work";
|
snowfallorg.user.name = "kb-work";
|
||||||
# home.stateVersion = "24.05";
|
home.stateVersion = "24.05";
|
||||||
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
Loading…
Add table
Reference in a new issue