darwin pkgs support sucks fr

This commit is contained in:
Kulvir Singh
2025-01-10 22:47:01 +05:30
parent f3417e1987
commit d54160c4db
13 changed files with 198 additions and 24 deletions

View File

@@ -6,13 +6,14 @@
...
}: {
imports = [
# ../../home-modules/alacritty.nix
../../home-modules/git.nix
../../home-modules/kitty.nix
../../home-modules/nvim.nix
../../home-modules/shell.nix
../../home-modules/starship.nix
../../home-modules/tmux.nix
# ../../modules/alacritty.nix
../../modules/git.nix
../../modules/kitty.nix
../../modules/nvim.nix
../../modules/shell.nix
../../modules/starship.nix
../../modules/tmux.nix
../../modules/zed.nix
];
home.packages = [
@@ -24,8 +25,9 @@
pkgs.python314 # coz awsebcli requires python in $PATH
pkgs.pnpm
pkgs.discord # not working without overlays (darwin sucks)
pkgs.discord # nigga ain't working properly
pkgs.redis
pkgs.zed-editor
];
nixpkgs = {