diff options
author | Leonardo Santiago <[email protected]> | 2025-07-20 17:37:15 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-07-20 17:37:15 -0300 |
commit | 9317f9ed34d73c89f9648d5291f021b1dd60aa57 (patch) | |
tree | 24a5e8bbf0c347c5ee4fe3083e0a07526e14bdc0 /modules/basic.nix | |
parent | 459f9cb9d2bec30d0da275673f3098d5725de3fb (diff) |
chore: add beeper, typst mode
Diffstat (limited to 'modules/basic.nix')
-rw-r--r-- | modules/basic.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/basic.nix b/modules/basic.nix index e1b351c..9cb6309 100644 --- a/modules/basic.nix +++ b/modules/basic.nix @@ -30,7 +30,6 @@ options = "--delete-older-than 30d"; }; }; - system.switch.enableNg = true; nixpkgs = { config.allowUnfree = true; |