dev module
This commit is contained in:
+8
-15
@@ -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
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user