home-manager config moved to hosts and added vencord mod

This commit is contained in:
Kulvir Singh
2025-01-07 15:48:29 +05:30
parent 607e480170
commit 5158a4c5a4
7 changed files with 30 additions and 20 deletions

View File

@@ -6,7 +6,7 @@
...
}: {
imports = [
# ../../modules/alacritty.nix
../../home-modules/alacritty.nix
../../home-modules/git.nix
../../home-modules/kitty.nix
../../home-modules/nvim.nix
@@ -21,6 +21,14 @@
pkgs.go
pkgs.nodejs_23
pkgs.pnpm
pkgs.discord
# pkgs.firefox
# pkgs.ghostty
pkgs.obsidian
pkgs.spotify
pkgs.redis
pkgs.telegram-desktop
];
nixpkgs = {