Remove prompt optional

No configuration particuarly needs this.
This commit is contained in:
Spotlight 2023-09-10 23:01:39 -05:00
parent 3672d5e32b
commit 29a271d52f
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 8 additions and 12 deletions

View file

@ -13,10 +13,7 @@
outputs = { nixpkgs, home-manager, ... }:
let
homeManager = { system, specialArgs ? {
# Whether to configure the zsh prompt.
prompt = true;
# Whether to also install several useful cli tools and desktop applications.
# Whether to install desktop-targeted tools and applications.
#
# (This primarily focuses around macOS - please use and adopt at your own risk.)
desktop = false;