Add envy laptop
This commit is contained in:
parent
2d3d4bcc2b
commit
8d600e8bef
11 changed files with 157 additions and 2 deletions
4
hosts/envy/users/default.nix
Normal file
4
hosts/envy/users/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [ ./jimbo ];
|
||||
}
|
6
hosts/envy/users/jimbo/default.nix
Normal file
6
hosts/envy/users/jimbo/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ ... }:
|
||||
{
|
||||
home-manager.users.jimbo = {
|
||||
home.stateVersion = "24.11";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue