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