mirror of
https://github.com/RGBCube/ncc
synced 2025-07-28 10:37:44 +00:00
Fix hack
This commit is contained in:
parent
2ed054c0f6
commit
5c58ce6754
2 changed files with 1 additions and 2 deletions
|
@ -144,6 +144,7 @@
|
|||
});
|
||||
|
||||
defaultConfiguration = {
|
||||
home-manager.users = lib.genAttrs users.all (user: {});
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
# HACK: Makes HM see the user. Idk how to automate that.
|
||||
home-manager.users.rgb = {};
|
||||
users.users.rgb = normalUser {
|
||||
description = "RGB";
|
||||
extraGroups = [ "wheel" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue