feat: change nix structure
This commit is contained in:
32
modules/apps.nix
Normal file
32
modules/apps.nix
Normal file
@ -0,0 +1,32 @@
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
termdown
|
||||
fastfetch
|
||||
neovim
|
||||
deno
|
||||
pnpm
|
||||
terraform
|
||||
gh-copilot
|
||||
gh
|
||||
rcm
|
||||
fnm
|
||||
universal-ctags
|
||||
ripgrep
|
||||
pyenv
|
||||
rustup
|
||||
ngrok
|
||||
marp-cli
|
||||
discord
|
||||
yarn
|
||||
typescript
|
||||
firefox
|
||||
ffmpeg_6
|
||||
warp-terminal
|
||||
raycast
|
||||
bitwarden-desktop
|
||||
jetbrains-toolbox
|
||||
jetbrains.datagrip
|
||||
jetbrains.rider
|
||||
jetbrains.webstorm
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user