feat: home-manager config files implemented

build not tested
This commit is contained in:
Sangmin Kim 2026-03-04 21:53:28 +09:00 committed by Poby
parent 248170c877
commit 54297f94fd
No known key found for this signature in database
44 changed files with 852 additions and 60 deletions

View file

@ -1,11 +1,12 @@
{ pkgs, ... }: {
{pkgs, ...}: {
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
git
neovim
just # use Justfile to simplify nix-darwin's commands
vim
curl
];
environment.variables.EDITOR = "nvim";
homebrew = {
enable = true;
@ -22,7 +23,7 @@
Bitwarden = 1352778147;
};
taps = [ ];
taps = [];
# WARNING only include those not in nixpkgs
brews = [