1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 10:37:44 +00:00
This commit is contained in:
RGBCube 2024-01-02 16:05:34 +03:00
parent 2ed054c0f6
commit 5c58ce6754
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -144,6 +144,7 @@
});
defaultConfiguration = {
home-manager.users = lib.genAttrs users.all (user: {});
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;

View file

@ -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" ];