Refactor options.nix as separate file

This commit is contained in:
2026-08-31 00:43:07 +02:00
parent a4d8971a77
commit 4e8aea6a24
18 changed files with 266 additions and 276 deletions
+2
View File
@@ -1,4 +1,6 @@
self: { pkgs, ... }: {
imports = [ ./modules/options.nix ];
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.systemPackages =