populated configuration
This commit is contained in:
13
machines/workstation/home.nix
Normal file
13
machines/workstation/home.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, userSettings, ... }:
|
||||
{
|
||||
home.username = userSettings.username;
|
||||
home.homeDirectory = "/home/" + userSettings.username;
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
imports = [];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
||||
home.packages = with pkgs; [];
|
||||
}
|
||||
Reference in New Issue
Block a user