tidying up
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user