mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-11 18:34:26 -05:00
Sigh
This commit is contained in:
parent
1fe3baf4bc
commit
f18854accf
1 changed files with 12 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
../../modules/common
|
../../modules/common
|
||||||
../../modules/nixos
|
../../modules/nixos
|
||||||
{
|
{
|
||||||
|
home-manager.useGlobalPkgs = true;
|
||||||
# something with overlays, I don't get those yet.
|
# something with overlays, I don't get those yet.
|
||||||
|
|
||||||
# Hardware
|
# Hardware
|
||||||
|
|
@ -77,6 +78,17 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
# Utilities
|
# Utilities
|
||||||
# git is not optional
|
# git is not optional
|
||||||
yubikey.enable = true;
|
yubikey.enable = true;
|
||||||
|
|
||||||
|
# TODO: Move this out
|
||||||
|
home-manager.users.${config.user} = {
|
||||||
|
home.programs = {
|
||||||
|
direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
nix-direnv.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue