globalized for lars programs.nix

This commit is contained in:
get 2024-04-12 10:34:06 +02:00
commit e8c795a93c
5 changed files with 55 additions and 77 deletions

View file

@ -7,44 +7,6 @@ in {
fenix = inputs.fenix.packages.${pkgs.system};
in with pkgs; [
neofetch
git
trash-cli
element-desktop
steam
libreoffice-fresh
ventoy-full
lazygit
# obsidian
neofetch
zip
vlc
zathura
alacritty
unzip
gcc
bibata-cursors
networkmanagerapplet
xclip
pamixer
pcmanfm
ffmpeg_6-full
(fenix.complete.withComponents [
"cargo"
"clippy"
"rust-src"
"rustc"
"rustfmt"
])
polkit
fastfetch
alsa-utils
gdb
tree
smartmontools
python3
rustdesk
neovim
];
};
}