refactor imports
This commit is contained in:
parent
3e16c5a55d
commit
0a4f535117
3 changed files with 9 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
{ inputs, outputs, pkgs, config, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
];
|
||||
users.users.sajenim = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "audio" "docker" "networkmanager" "wheel" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue