dev module

This commit is contained in:
2026-03-09 14:12:42 +00:00
parent b36648de9b
commit 8273aa709c
3 changed files with 36 additions and 15 deletions
+8 -15
View File
@@ -1,20 +1,13 @@
{ inputs, ... }: {
flake.nixosModules.packages = {pkgs, ...}: {
environment.systemPackages = with pkgs; [
neovim
nodejs_24
pnpm
fd
ripgrep
go
nerdfetch
git
lazygit
libnotify
alacritty
zellij
fzf
autojump
fd
ripgrep
nerdfetch
libnotify
alacritty
fzf
autojump
inputs.zen-browser.packages.${pkgs.stdenv.hostPlatform.system}.default
pulseaudio
legcord
@@ -22,8 +15,8 @@
rofi
slack
feishin
nixd
helium
obsidian
];
};
}