mecure: Initial config
This commit is contained in:
parent
5517dffa21
commit
87c74f1079
4 changed files with 49 additions and 8 deletions
13
machines/mercure/default.nix
Normal file
13
machines/mercure/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ self, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = [
|
||||
pkgs.vim
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
|
||||
system.stateVersion = 6;
|
||||
|
||||
nixpkgs.hostPlatform = "aarch64-darwin";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue