mecure: Initial config

This commit is contained in:
Paul-Mathias Logue 2025-12-14 21:43:02 +01:00
parent 5517dffa21
commit 87c74f1079
4 changed files with 49 additions and 8 deletions

View 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";
}