nixos: system revamp
This commit is contained in:
@@ -7,7 +7,9 @@
|
||||
}: {
|
||||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
../../modules/linuxDev.nix
|
||||
../../modules/system.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [];
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
../../modules/dev.nix
|
||||
../../modules/macosDev.nix
|
||||
inputs.sops-nix.darwinModules.sops
|
||||
];
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
|
||||
Reference in New Issue
Block a user