mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-28 01:18:29 +02:00
host/thinkpad: split into modules
This commit is contained in:
parent
70a6695ca1
commit
aa2c1e702c
13 changed files with 153 additions and 160 deletions
|
@ -8,6 +8,12 @@ in
|
|||
home.packages = with pkgs; [
|
||||
|
||||
# essentials
|
||||
htop-vim
|
||||
lsof
|
||||
killall
|
||||
zip
|
||||
unzip
|
||||
man-pages
|
||||
wpa_supplicant_gui
|
||||
pcmanfm
|
||||
xdg-utils # used for xdg-open
|
||||
|
@ -15,6 +21,9 @@ in
|
|||
appimage-run
|
||||
seafile-client
|
||||
|
||||
# printing
|
||||
cups
|
||||
|
||||
# graphics
|
||||
evince # pdf viewer
|
||||
gimp
|
||||
|
@ -71,6 +80,7 @@ in
|
|||
jq
|
||||
xournalpp
|
||||
libreoffice
|
||||
mosh
|
||||
|
||||
# programming languages
|
||||
cargo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue