Added: yabai, skhd, openscad-nvim, some programs, sketchybar; WIP: Sketchybar, needs widgets

This commit is contained in:
2025-12-29 23:56:45 +01:00
parent 4421aa7335
commit de5c0feaa3
13 changed files with 272 additions and 122 deletions

View File

@@ -1,7 +1,8 @@
{ pkgs, inputs, self, primaryUser, ... }: {
imports = [
# ./homebrew.nix
./homebrew.nix
./settings.nix
./yabai.nix
inputs.home-manager.darwinModules.home-manager
inputs.nix-homebrew.darwinModules.nix-homebrew
];
@@ -16,7 +17,7 @@
enable = false; # using determinate installer
};
nixpkgs.config.allowUnfree = true;
nixpkgs.config = { allowUnfree = true; };
# homebrew installation manager
nix-homebrew = {
user = primaryUser;