mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +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, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
environment.systemPackages = with 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
|
# system tools
|
||||||
bat
|
bat
|
||||||
btop
|
btop
|
||||||
|
@ -16,16 +35,6 @@
|
||||||
monitor
|
monitor
|
||||||
xclip
|
xclip
|
||||||
zellij
|
zellij
|
||||||
# internet
|
|
||||||
nicotine-plus
|
|
||||||
vesktop
|
|
||||||
yt-dlp
|
|
||||||
# development
|
|
||||||
just
|
|
||||||
## language servers
|
|
||||||
nil
|
|
||||||
# games
|
|
||||||
prismlauncher
|
|
||||||
# text editors
|
# text editors
|
||||||
neovim
|
neovim
|
||||||
vscodium
|
vscodium
|
||||||
|
@ -38,11 +47,5 @@
|
||||||
xdotool
|
xdotool
|
||||||
xorg.xev
|
xorg.xev
|
||||||
xorg.xwininfo
|
xorg.xwininfo
|
||||||
# gtk
|
|
||||||
posy-cursors
|
|
||||||
pantheon.elementary-gtk-theme
|
|
||||||
# misc
|
|
||||||
gimp
|
|
||||||
uxn
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue