mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
~
This commit is contained in:
parent
79a84c44eb
commit
d958b848da
1 changed files with 19 additions and 16 deletions
|
@ -1,6 +1,25 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
# development
|
||||
just
|
||||
## language servers
|
||||
nil
|
||||
# games
|
||||
prismlauncher
|
||||
# graphics
|
||||
gimp
|
||||
krita
|
||||
# gtk
|
||||
posy-cursors
|
||||
pantheon.elementary-gtk-theme
|
||||
# internet
|
||||
nicotine-plus
|
||||
vesktop
|
||||
yt-dlp
|
||||
# misc
|
||||
gimp
|
||||
uxn
|
||||
# system tools
|
||||
bat
|
||||
btop
|
||||
|
@ -16,16 +35,6 @@
|
|||
monitor
|
||||
xclip
|
||||
zellij
|
||||
# internet
|
||||
nicotine-plus
|
||||
vesktop
|
||||
yt-dlp
|
||||
# development
|
||||
just
|
||||
## language servers
|
||||
nil
|
||||
# games
|
||||
prismlauncher
|
||||
# text editors
|
||||
neovim
|
||||
vscodium
|
||||
|
@ -38,11 +47,5 @@
|
|||
xdotool
|
||||
xorg.xev
|
||||
xorg.xwininfo
|
||||
# gtk
|
||||
posy-cursors
|
||||
pantheon.elementary-gtk-theme
|
||||
# misc
|
||||
gimp
|
||||
uxn
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue