Tiling & Shortcuts™️

This commit is contained in:
2024-01-29 13:19:38 -05:00
parent 5cf103d7da
commit 02b7ac7e78
4 changed files with 51 additions and 0 deletions

View File

@@ -2,7 +2,12 @@
in
{
imports = [
# Install Apps Detactable by Spotlight
./app-fix.nix
# Tiling Window Manager
./yabai.nix
# Shortcuts babe, not Automator
./skhd.nix
];
nix.registry.nixpkgs.flake = inputs.nixpkgs;
nixpkgs.config.allowUnfree = true;