diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2023-09-29 14:22:24 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2023-09-29 14:22:24 -0400 |
commit | f819e30b03dffcf9e74af4b8552e4a8ab8f54c58 (patch) | |
tree | c05f4f1db738d6cd9d2824b5000c6afc3b1d61d1 /users | |
parent | d3bb6cbb4724bc8f18f72fa3fea3e65f73ae8d09 (diff) | |
download | nix-config-f819e30b03dffcf9e74af4b8552e4a8ab8f54c58.tar.gz nix-config-f819e30b03dffcf9e74af4b8552e4a8ab8f54c58.tar.bz2 nix-config-f819e30b03dffcf9e74af4b8552e4a8ab8f54c58.zip |
major reorganizing to seperate modules
Diffstat (limited to 'users')
-rw-r--r-- | users/jon.nix | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/users/jon.nix b/users/jon.nix deleted file mode 100644 index 92c4bd1..0000000 --- a/users/jon.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ inputs, pkgs, ... }: -{ - users.users.jon = { - isNormalUser = true; - description = "jon"; - extraGroups = [ - "networkmanager" - "wheel" - "video" - "libvirtd" - ]; - packages = with pkgs; []; - }; - -} |