summaryrefslogtreecommitdiffstats
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/jon.nix15
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; [];
- };
-
-}