Compare commits
2 Commits
4354811d85
...
a463a76092
| Author | SHA1 | Date |
|---|---|---|
|
|
a463a76092 | |
|
|
330ace6c29 |
|
|
@ -130,9 +130,15 @@
|
|||
# Waydroid Android Emulation
|
||||
virtualisation.waydroid.enable = true;
|
||||
|
||||
# Docker for development
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Purely for the tooling
|
||||
postgresql
|
||||
|
||||
nvtopPackages.amd
|
||||
wl-clipboard
|
||||
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@
|
|||
users.users.cspark = {
|
||||
isNormalUser = true;
|
||||
description = "Curt Spark";
|
||||
extraGroups = [ "plugdev" "networkmanager" "wheel" "libvirtd" "libvirt" "kvm" "input" ];
|
||||
extraGroups = [ "plugdev" "networkmanager" "wheel" "libvirtd" "libvirt" "kvm" "input" "docker" ];
|
||||
};
|
||||
|
||||
# Allow unfree packages
|
||||
|
|
|
|||
Loading…
Reference in New Issue