This commit is contained in:
Sridhar Ratnakumar 2021-04-11 21:19:40 -04:00
parent 7c9a7ba6c3
commit 6f2a5d795c
2 changed files with 7 additions and 0 deletions

View file

@ -80,6 +80,7 @@
environment.systemPackages = with pkgs; [
gnome3.gnome-tweaks
brave
google-chrome
vscode
nodejs-12_x # Need this node https://nixos.wiki/wiki/Vscode
obsidian
@ -87,6 +88,7 @@
ripgrep
fzf
htop
psmisc
];

View file

@ -67,9 +67,14 @@
environment.systemPackages = with pkgs; [
gnome3.gnome-tweaks
brave
google-chrome
vscode
obsidian
signal-desktop
psmisc
htop
fzf
ripgrep
];
services = {