updates to nvim config, helix initial setup

This commit is contained in:
Haak Saxberg 2023-11-03 11:07:59 -07:00
parent 8600e668c5
commit 396fcf26ac
5 changed files with 63 additions and 3 deletions

View file

@ -41,6 +41,7 @@ let
};
in
{
imports = [ <home-manager/nix-darwin> ];
nixpkgs.config.allowUnfree = true;
# List packages installed in system profile. To search by name, run:
@ -73,7 +74,8 @@ in
# have to do this to play nicely with home-manager:
# https://github.com/nix-community/home-manager/issues/4026
users.users.haak.home = "/Users/haak";
users.users.haak.home = "/Users/haak/";
home-manager.users.haak.imports = [ ../../home/commandline.nix ];
# Auto upgrade nix package and the daemon service.
services.nix-daemon.enable = true;
@ -144,6 +146,7 @@ in
yabai -m rule --add label="VLC" app="^VLC media player$" title=".*" manage=off
yabai -m rule --add label="Discord" app="^Discord$" title=".*" manage=off
yabai -m rule --add label="1Password" app="^1Password.*$" title=".*" manage=off
yabai -m rule --add label="Cypress" app="^Cypress.*$" title=".*" manage=off
'';
};