Add home-manager and gnome configuration for som
This commit is contained in:
parent
1734f8ab38
commit
c8daed198a
3 changed files with 91 additions and 2 deletions
13
users/som/home.nix
Normal file
13
users/som/home.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./programs/gnome.nix
|
||||
];
|
||||
|
||||
home = {
|
||||
username = "som";
|
||||
homeDirectory = "/home/som";
|
||||
stateVersion = "24.05";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue