lots of new packages (will probably need to remove some of them later)
This commit is contained in:
parent
4081c482e6
commit
579f12681e
1 changed files with 20 additions and 0 deletions
|
@ -121,6 +121,7 @@
|
||||||
pkg-config
|
pkg-config
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
|
postgresql
|
||||||
|
|
||||||
nix-gaming.wine-osu
|
nix-gaming.wine-osu
|
||||||
nix-gaming.osu-stable
|
nix-gaming.osu-stable
|
||||||
|
@ -134,10 +135,16 @@
|
||||||
gnupg
|
gnupg
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
age
|
age
|
||||||
|
rage
|
||||||
fd
|
fd
|
||||||
udisks
|
udisks
|
||||||
ffmpeg
|
ffmpeg
|
||||||
xdg-desktop-portal-gtk
|
xdg-desktop-portal-gtk
|
||||||
|
ghc
|
||||||
|
ghcid
|
||||||
|
cabal-install
|
||||||
|
yt-dlp
|
||||||
|
filelight
|
||||||
(fenix.complete.withComponents [
|
(fenix.complete.withComponents [
|
||||||
"cargo"
|
"cargo"
|
||||||
"clippy"
|
"clippy"
|
||||||
|
@ -145,6 +152,19 @@
|
||||||
"rustc"
|
"rustc"
|
||||||
"rustfmt"
|
"rustfmt"
|
||||||
])
|
])
|
||||||
|
wayland
|
||||||
|
showmethekey
|
||||||
|
polkit
|
||||||
|
libsForQt5.polkit-kde-agent
|
||||||
|
asciinema
|
||||||
|
asciinema-agg
|
||||||
|
du-dust
|
||||||
|
mullvad-vpn
|
||||||
|
appimage-run
|
||||||
|
file
|
||||||
|
virt-manager
|
||||||
|
weechat
|
||||||
|
flowblade
|
||||||
];
|
];
|
||||||
|
|
||||||
stateVersion = lib.mkDefault "23.11";
|
stateVersion = lib.mkDefault "23.11";
|
||||||
|
|
Loading…
Reference in a new issue