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