nix settings: unify for NixOS and nix-darwin

moved into a common module
This commit is contained in:
Trolli Schmittlauch 2024-04-07 02:09:46 +02:00
parent 4976cea39d
commit f08a7540ef
4 changed files with 42 additions and 22 deletions

View file

@ -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 ];