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
|
# https://nixos.org/manual/nixpkgs/stable/#sec-allow-unfree
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
|
|
||||||
apps = {
|
apps.tmux.enable = true;
|
||||||
development.enable = true;
|
|
||||||
tmux.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Enable Secure Boot support.
|
# Enable Secure Boot support.
|
||||||
bootloader = {
|
bootloader = {
|
||||||
|
|
Loading…
Reference in a new issue