Polishing nix config
This commit is contained in:
parent
42a0f8bb24
commit
ff0b16c78a
2 changed files with 3 additions and 3 deletions
|
|
@ -5,6 +5,9 @@
|
|||
# Do not remove
|
||||
./core.nix
|
||||
|
||||
# Want this for bare metal
|
||||
# ./hardware-configuration.nix
|
||||
|
||||
# Specific profiles for this machine
|
||||
# ./profiles/lf.nix
|
||||
# ./profiles/nvim.nix
|
||||
|
|
|
|||
|
|
@ -7,8 +7,5 @@
|
|||
# Implicitly downloads virtualbox
|
||||
virtualisation.virtualbox.host.enable = true;
|
||||
users.extraGroups.vboxusers.members = [ "user-with-access-to-virtualbox" ];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue