Add shared minimal profile
This commit is contained in:
parent
6156bf3f47
commit
3822106665
3 changed files with 24 additions and 20 deletions
|
|
@ -1,19 +1,10 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.vim
|
||||
imports = [
|
||||
../profiles/minimal.nix
|
||||
];
|
||||
|
||||
nix = {
|
||||
channel.enable = false;
|
||||
package = pkgs.lixPackageSets.stable.lix;
|
||||
settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
};
|
||||
|
||||
environment.darwinConfig = "/Users/${config.system.primaryUser}/Development/systems";
|
||||
|
||||
system.primaryUser = "pml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue