Add command line utility apps to servers

Elnu 6 months ago
parent c910b9d8f1
commit 95152b4aec

@ -0,0 +1,45 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
# Programming languages
jdk
# Tray applications
networkmanagerapplet # nm-applet
nextcloud-client
protonmail-bridge
# GNOME apps
gnome.cheese
gnome.nautilus
gnome.file-roller
gnome.gnome-calculator
gnome.gnome-disk-utility
gnome.simple-scan
# Applications
anki-bin
mpv # required for audio
discord
gimp
krita
inkscape
obs-studio
qbittorrent
pureref
libreoffice
gnome.ghex
evince
pdfsam-basic
steam
sqlitebrowser
vscodium
zoom-us
thunderbird
blender
# Games
prismlauncher
];
}

@ -8,49 +8,10 @@
killall
htop
trash-cli # aliased to rm in .bashrc
unzip pipes
unzip
pipes
wine
pandoc
texlive.combined.scheme-full
# Programming languages
jdk
# Tray applications
networkmanagerapplet # nm-applet
nextcloud-client
protonmail-bridge
# GNOME apps
gnome.cheese
gnome.nautilus
gnome.file-roller
gnome.gnome-calculator
gnome.gnome-disk-utility
gnome.simple-scan
# Applications
anki-bin
mpv # required for audio
discord
gimp
krita
inkscape
obs-studio
qbittorrent
pureref
libreoffice
gnome.ghex
evince
pdfsam-basic
steam
sqlitebrowser
vscodium
zoom-us
thunderbird
blender
# Games
prismlauncher
];
}

@ -5,7 +5,7 @@ let
in
{
imports = [
./apps.nix
./apps-desktop.nix
../modules/bash
#../modules/emacs
../modules/fcitx5

@ -3,6 +3,7 @@
{
imports = [
../modules/git
./apps.nix
];
home = {

Loading…
Cancel
Save