Refactor options.nix as separate file
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user