Dimaga: remove problematic apps.development option
This commit is contained in:
parent
0b7f033745
commit
043b68affe
|
@ -58,10 +58,7 @@ in
|
|||
# https://nixos.org/manual/nixpkgs/stable/#sec-allow-unfree
|
||||
allowUnfree = true;
|
||||
|
||||
apps = {
|
||||
development.enable = true;
|
||||
tmux.enable = true;
|
||||
};
|
||||
apps.tmux.enable = true;
|
||||
|
||||
# Enable Secure Boot support.
|
||||
bootloader = {
|
||||
|
|
Loading…
Reference in a new issue