tidying up

This commit is contained in:
2026-03-09 02:20:58 +00:00
parent eec532daed
commit 3904328cee
11 changed files with 135 additions and 129 deletions
+23
View File
@@ -0,0 +1,23 @@
{ inputs, ... }: {
flake.nixosModules.packages = {pkgs, ...}: {
environment.systemPackages = with pkgs; [
neovim
nodejs_24
pnpm
fd
ripgrep
go
nerdfetch
git
lazygit
mako
libnotify
alacritty
zellij
fzf
autojump
];
programs.firefox.enable = true;
};
}