mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2025-12-13 08:31:01 -05:00
Temporary Docker
This commit is contained in:
parent
f18854accf
commit
d1d1e042f8
1 changed files with 6 additions and 2 deletions
|
|
@ -80,14 +80,18 @@ inputs.nixpkgs.lib.nixosSystem {
|
||||||
yubikey.enable = true;
|
yubikey.enable = true;
|
||||||
|
|
||||||
# TODO: Move this out
|
# TODO: Move this out
|
||||||
home-manager.users.${config.user} = {
|
home-manager.users.annika = {
|
||||||
home.programs = {
|
programs = {
|
||||||
direnv = {
|
direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableBashIntegration = true;
|
enableBashIntegration = true;
|
||||||
nix-direnv.enable = true;
|
nix-direnv.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
home.packages = [
|
||||||
|
pkgs.docker
|
||||||
|
];
|
||||||
|
virtualization.docker.enable = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue