feat: adds user liv to wheel group; adds sops-nix module to user profile

This commit is contained in:
Ahwx 2025-07-28 00:57:48 +02:00
parent 3401e1d05a
commit 5073d1b2b1

View file

@ -10,6 +10,7 @@
imports =
[ inputs.home-manager.nixosModules.home-manager ]
++ [ ./../../roles/default.nix ]
++ [ ./sops.nix ]
++ [ ./../../variables.nix ];
home-manager = {
useUserPackages = true;
@ -38,8 +39,6 @@
fonts.fontconfig.antialias = false;
users.groups.gay = { };
users.users.${username} = {
isNormalUser = true;
description = "${username}";
@ -48,8 +47,8 @@
"wheel"
"docker"
"input"
"gay"
"dialout"
"wheel"
];
shell = pkgs.zsh;
};