Remove prompt optional
No configuration particuarly needs this.
This commit is contained in:
parent
3672d5e32b
commit
29a271d52f
2 changed files with 8 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue