mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 23:07:53 -05:00
Did I forget To Turn home-manager On?
This commit is contained in:
parent
684cf6b0f2
commit
fc20b5dc4a
1 changed files with 10 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# virt-nix
|
# kim
|
||||||
# System configuration for a vm on my desktop
|
# System configuration for a vm on my desktop
|
||||||
|
|
||||||
{ inputs, globals, ... }:
|
{ inputs, globals, ... }:
|
||||||
|
|
@ -77,6 +77,15 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
# Utilities
|
# Utilities
|
||||||
# git is not optional
|
# git is not optional
|
||||||
yubikey.enable = true;
|
yubikey.enable = true;
|
||||||
|
|
||||||
|
programs = {
|
||||||
|
home-manager.enable = true;
|
||||||
|
# direnv = {
|
||||||
|
# enable = true;
|
||||||
|
# enableBashIntegration = true;
|
||||||
|
# nix-direnv.enable = true;
|
||||||
|
# };
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue