aboutsummaryrefslogtreecommitdiff
path: root/macos.local/.flake
diff options
context:
space:
mode:
Diffstat (limited to 'macos.local/.flake')
l---------macos.local/.flake/home/programs/alacritty.nix.org1
-rw-r--r--macos.local/.flake/home/programs/core.nix.org1
-rw-r--r--macos.local/.flake/system/core.nix.org5
l---------macos.local/.flake/system/skhd.nix.org1
l---------macos.local/.flake/system/yabai.nix.org1
5 files changed, 8 insertions, 1 deletions
diff --git a/macos.local/.flake/home/programs/alacritty.nix.org b/macos.local/.flake/home/programs/alacritty.nix.org
new file mode 120000
index 0000000..6f59701
--- /dev/null
+++ b/macos.local/.flake/home/programs/alacritty.nix.org
@@ -0,0 +1 @@
+../../../../common/.flake/home/programs/alacritty.nix.org \ No newline at end of file
diff --git a/macos.local/.flake/home/programs/core.nix.org b/macos.local/.flake/home/programs/core.nix.org
index ba6818f..1700521 100644
--- a/macos.local/.flake/home/programs/core.nix.org
+++ b/macos.local/.flake/home/programs/core.nix.org
@@ -5,6 +5,7 @@
{
imports = [
+ ./alacritty.nix
./emacs/core.nix
./fastfetch.nix
./git.nix
diff --git a/macos.local/.flake/system/core.nix.org b/macos.local/.flake/system/core.nix.org
index d38073f..d8e02dd 100644
--- a/macos.local/.flake/system/core.nix.org
+++ b/macos.local/.flake/system/core.nix.org
@@ -6,11 +6,14 @@ This file imports various system configuration components in addition to enablin
{ config, pkgs, ... }:
{
+ imports = [
+ ./skhd.nix
+ ./yabai.nix
+ ];
environment.systemPackages = with pkgs; [
emacs-macport
gnupg
neovim
- yabai
skhd
];
diff --git a/macos.local/.flake/system/skhd.nix.org b/macos.local/.flake/system/skhd.nix.org
new file mode 120000
index 0000000..2e81cc0
--- /dev/null
+++ b/macos.local/.flake/system/skhd.nix.org
@@ -0,0 +1 @@
+../../../common/.flake/system/skhd.nix.org \ No newline at end of file
diff --git a/macos.local/.flake/system/yabai.nix.org b/macos.local/.flake/system/yabai.nix.org
new file mode 120000
index 0000000..08a3a0b
--- /dev/null
+++ b/macos.local/.flake/system/yabai.nix.org
@@ -0,0 +1 @@
+../../../common/.flake/system/yabai.nix.org \ No newline at end of file