updated system config

This commit is contained in:
Natalie Marks 2024-05-19 07:53:04 -07:00
parent f892e6d9bb
commit f7f6a0e7b5

View file

@ -58,7 +58,6 @@
services.flatpak.enable = true;
virtualisation.docker.enable = true;
users.users.nmarks.extraGroups = ["docker"];
nix.settings.experimental-features = ["nix-command" "flakes"];
programs.hyprland.enable = true;
@ -231,7 +230,7 @@
users.users.nmarks = {
isNormalUser = true;
description = "Natalie Marks";
extraGroups = ["networkmanager" "wheel"];
extraGroups = ["networkmanager" "wheel" "docker"];
# openssh.authorizedKeys.keyFiles = ["~/.ssh/id_ed25519.pub"];
packages = with pkgs; [
firefox