dustbowl: update systemPackages
- organize into more categories - add fluffychat and spotify
This commit is contained in:
parent
d99c361964
commit
27b69bf3d5
1 changed files with 14 additions and 6 deletions
|
|
@ -143,6 +143,8 @@
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ntfs3g
|
ntfs3g
|
||||||
|
|
||||||
|
# CLI utilities
|
||||||
file
|
file
|
||||||
usbutils
|
usbutils
|
||||||
pciutils
|
pciutils
|
||||||
|
|
@ -171,7 +173,7 @@
|
||||||
fzf
|
fzf
|
||||||
tig
|
tig
|
||||||
croc
|
croc
|
||||||
mullvad
|
mullvad # just for the CLI, service is enabled elsewhere
|
||||||
jless
|
jless
|
||||||
restic
|
restic
|
||||||
pdfgrep
|
pdfgrep
|
||||||
|
|
@ -179,6 +181,8 @@
|
||||||
sshuttle
|
sshuttle
|
||||||
rclone
|
rclone
|
||||||
timewarrior
|
timewarrior
|
||||||
|
|
||||||
|
# Services
|
||||||
syncthing
|
syncthing
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
mpd
|
mpd
|
||||||
|
|
@ -186,7 +190,7 @@
|
||||||
# GTK theme
|
# GTK theme
|
||||||
gnome.adwaita-icon-theme
|
gnome.adwaita-icon-theme
|
||||||
|
|
||||||
# Wayland setup
|
# Wayland utilities
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
@ -212,15 +216,19 @@
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
openrgb
|
openrgb
|
||||||
obs-studio
|
obs-studio
|
||||||
tdesktop
|
|
||||||
signal-desktop
|
|
||||||
element-desktop
|
|
||||||
whatsapp-for-linux
|
|
||||||
virt-manager
|
virt-manager
|
||||||
zotero
|
zotero
|
||||||
wpa_supplicant_gui
|
wpa_supplicant_gui
|
||||||
keepassxc
|
keepassxc
|
||||||
mpdevil
|
mpdevil
|
||||||
|
spotify
|
||||||
|
|
||||||
|
# Messengers
|
||||||
|
tdesktop
|
||||||
|
signal-desktop
|
||||||
|
element-desktop
|
||||||
|
whatsapp-for-linux
|
||||||
|
fluffychat
|
||||||
|
|
||||||
(callPackage ./posy-cursor-black.nix { })
|
(callPackage ./posy-cursor-black.nix { })
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue