refactor imports

This commit is contained in:
♥ Minnie ♥ 2024-01-21 22:32:25 +08:00
parent 3e16c5a55d
commit 0a4f535117
3 changed files with 9 additions and 4 deletions

View file

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