mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds user liv to wheel group; adds sops-nix module to user profile
This commit is contained in:
parent
3401e1d05a
commit
5073d1b2b1
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue