From 22e3a4ef2a3b668abb8fbc1ae0ae28b186d3b22c Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Mon, 21 Oct 2024 00:42:40 -0500 Subject: buncha stuff --- macos.local/.flake/system/core.nix.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'macos.local/.flake/system/core.nix.org') diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org index 2cd455a..3f942a3 100644 --- a/macos.local/.flake/system/core.nix.org +++ b/macos.local/.flake/system/core.nix.org @@ -5,15 +5,21 @@ This file imports various system configuration components in addition to enablin #+begin_src nix { config, pkgs, ... }: - { + let + inherit (pkgs) aspellWithDicts; + + myaspell = aspellWithDicts (d: [d.en d.en-computers d.en-science]); + in { + nixpkgs.config.allowUnfree = true; + imports = [ ./skhd.nix ./yabai.nix ]; environment.systemPackages = with pkgs; [ - emacs-macport gnupg + myaspell neovim skhd ]; -- cgit v1.2.3