Skip to content

Commit

Permalink
feat: add few cli tools, sort packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrnossiom committed Jan 11, 2024
1 parent 4fdbec3 commit 5567bb9
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions home-manager/profiles/desktop.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,11 @@ in
# Respect XDG spec
BUN_INSTALL = "${config.xdg.dataHome}/bun";
CALCHISTFILE = "${config.xdg.cacheHome}/calc_history";
HISTFILE = "${config.xdg.dataHome}/bash_history";
CARGO_HOME = "${config.xdg.dataHome}/cargo";
HISTFILE = "${config.xdg.dataHome}/bash_history";
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";
WAKATIME_HOME = "${config.xdg.configHome}/wakatime";
W3M_DIR = "${config.xdg.configHome}/w3m";

WAKATIME_HOME = "${config.xdg.configHome}/wakatime";
};

# Respect XDG spec
Expand All @@ -74,41 +73,44 @@ in
'';

packages = with pkgs; [
# Unfree
authy
discord
geogebra6
spotify
thorium
geogebra6

# GUIs
blender
cinnamon.nemo
transmission-gtk
gnome.gnome-disk-utility
cura
blender
element-desktop

xdg-utils
spotify-tui
gnome.gnome-disk-utility
imv
mpv
transmission-gtk

# CLI tools
just
bat
fd
btop
calc
delta
ripgrep
glow
du-dust
fastfetch
fd
fzf
btop
tealdeer
glow
gping
jq
calc
just
mind

imv
mpv
wl-clipboard
ripgrep
speedtest-go
spotify-tui
tealdeer
wf-recorder
wl-clipboard
xdg-utils
];
};

Expand Down

0 comments on commit 5567bb9

Please sign in to comment.