Config changes
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
../../modules/home/default.nix
|
||||
];
|
||||
|
||||
# Enable home-manager
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
options = {
|
||||
host = lib.mkOption {
|
||||
type = with lib.types; str;
|
||||
@@ -37,6 +34,7 @@
|
||||
home.packages = with pkgs; [
|
||||
unstable.prismlauncher
|
||||
unstable.vesktop
|
||||
unstable.baobab
|
||||
];
|
||||
|
||||
# Enable home-manager
|
||||
|
Reference in New Issue
Block a user