nix settings: unify for NixOS and nix-darwin
moved into a common module
This commit is contained in:
parent
4976cea39d
commit
f08a7540ef
4 changed files with 42 additions and 22 deletions
|
@ -1,6 +1,8 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ../common/nix-settings.nix ];
|
||||
nix.settings.trusted-users = [ "os" ];
|
||||
# List packages installed in system profile. To search by name, run:
|
||||
# $ nix-env -qaP | grep wget
|
||||
environment.systemPackages = [ pkgs.vim ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue