Add home-manager and gnome configuration for som

This commit is contained in:
Marko Korhonen 2024-10-05 17:19:26 +03:00
parent 1734f8ab38
commit c8daed198a
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
3 changed files with 91 additions and 2 deletions

View file

@ -6,7 +6,9 @@
useUserPackages = true;
extraSpecialArgs = { inherit inputs; };
backupFileExtension = "hm-backup";
users.functionalhacker =
import ./users/functionalhacker/home.nix;
users = {
functionalhacker = import ./users/functionalhacker/home.nix;
som = import ./users/som/home.nix;
};
};
}