Added Home-Manager Module
This commit is contained in:
parent
f1cd92c632
commit
6f7967de10
2 changed files with 2 additions and 1 deletions
|
@ -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 = "23.11";
|
||||||
|
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
@ -19,6 +19,7 @@ in {
|
||||||
imports =
|
imports =
|
||||||
[
|
[
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
|
<home-manager/nixos>
|
||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue