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

13
users/som/home.nix Normal file
View file

@ -0,0 +1,13 @@
{ ... }:
{
imports = [
./programs/gnome.nix
];
home = {
username = "som";
homeDirectory = "/home/som";
stateVersion = "24.05";
};
}