cyclone: Add several desktop apps
This commit is contained in:
parent
6d0f1256a3
commit
4037dfa7f4
1 changed files with 5 additions and 2 deletions
|
@ -109,14 +109,17 @@
|
||||||
# Standard system utilities.
|
# Standard system utilities.
|
||||||
# The bulk of user-specific packages should go within the home-manager configuration.
|
# The bulk of user-specific packages should go within the home-manager configuration.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
cider
|
||||||
discord
|
discord
|
||||||
|
firefox
|
||||||
htop
|
htop
|
||||||
git
|
git
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
firefox
|
gnomeExtensions.appindicator
|
||||||
|
seafile-client
|
||||||
|
telegram-desktop
|
||||||
tmux
|
tmux
|
||||||
vim
|
vim
|
||||||
vscode
|
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue