Add new machine but i remembered to add the new files
This commit is contained in:
14
machines/workstation/home.nix
Normal file
14
machines/workstation/home.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{config, pkgs, lib, inputs, outputs, ...}:
|
||||
{
|
||||
# These both are probably always going to be the same, but I'll keep them local just in case:tm:
|
||||
home.username = "laythe";
|
||||
home.homeDirectory = lib.mkForce "/home/laythe";
|
||||
|
||||
imports = [
|
||||
../../home/default.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user