mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 12:03:11 -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
|
||||
|
||||
{ inputs, globals, ... }:
|
||||
|
|
@ -77,6 +77,15 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
# Utilities
|
||||
# git is not optional
|
||||
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