Reorganize graphical/common packages
This commit is contained in:
parent
b71d32a8c2
commit
3ec2c19e53
2 changed files with 3 additions and 3 deletions
|
@ -20,11 +20,14 @@
|
||||||
|
|
||||||
home-manager.users.charlotte = { pkgs, ... }: {
|
home-manager.users.charlotte = { pkgs, ... }: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
hledger
|
||||||
htop
|
htop
|
||||||
moreutils
|
moreutils
|
||||||
ncdu
|
ncdu
|
||||||
|
pandoc
|
||||||
pass
|
pass
|
||||||
ripgrep
|
ripgrep
|
||||||
|
texlive.combined.scheme-medium
|
||||||
unzip
|
unzip
|
||||||
youtube-dl
|
youtube-dl
|
||||||
];
|
];
|
||||||
|
|
|
@ -30,16 +30,13 @@
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
chromium
|
chromium
|
||||||
google-chrome
|
google-chrome
|
||||||
hledger
|
|
||||||
libreoffice
|
libreoffice
|
||||||
mpv
|
mpv
|
||||||
okular
|
okular
|
||||||
pandoc
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
ranger
|
ranger
|
||||||
slurp
|
slurp
|
||||||
sshfs
|
sshfs
|
||||||
texlive.combined.scheme-medium
|
|
||||||
wf-recorder
|
wf-recorder
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
zeroad
|
zeroad
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue