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 =
|
imports =
|
||||||
[ inputs.home-manager.nixosModules.home-manager ]
|
[ inputs.home-manager.nixosModules.home-manager ]
|
||||||
++ [ ./../../roles/default.nix ]
|
++ [ ./../../roles/default.nix ]
|
||||||
|
++ [ ./sops.nix ]
|
||||||
++ [ ./../../variables.nix ];
|
++ [ ./../../variables.nix ];
|
||||||
home-manager = {
|
home-manager = {
|
||||||
useUserPackages = true;
|
useUserPackages = true;
|
||||||
|
|
@ -38,8 +39,6 @@
|
||||||
|
|
||||||
fonts.fontconfig.antialias = false;
|
fonts.fontconfig.antialias = false;
|
||||||
|
|
||||||
users.groups.gay = { };
|
|
||||||
|
|
||||||
users.users.${username} = {
|
users.users.${username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "${username}";
|
description = "${username}";
|
||||||
|
|
@ -48,8 +47,8 @@
|
||||||
"wheel"
|
"wheel"
|
||||||
"docker"
|
"docker"
|
||||||
"input"
|
"input"
|
||||||
"gay"
|
|
||||||
"dialout"
|
"dialout"
|
||||||
|
"wheel"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue