1
0
Fork 0

Dimaga: remove problematic apps.development option

This commit is contained in:
Aires 2024-07-10 10:43:34 -04:00
parent 0b7f033745
commit 043b68affe

View file

@ -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 = {