Added: yabai, skhd, openscad-nvim, some programs, sketchybar; WIP: Sketchybar, needs widgets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user