Changed config options
This commit is contained in:
parent
cbd1136418
commit
bae014ee64
@ -12,14 +12,27 @@
|
||||
../../modules/home/cli/common
|
||||
];
|
||||
|
||||
options = {
|
||||
host = lib.mkOption {
|
||||
type = with lib.types; str;
|
||||
description = ''
|
||||
Define the host of the machine
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
config = {
|
||||
home = {
|
||||
username = "xeovalyte";
|
||||
homeDirectory = "/home/xeovalyte";
|
||||
};
|
||||
|
||||
host = "xv-desktop";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
unstable.prismlauncher
|
||||
];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user