mirror of
https://github.com/srid/nixos-config.git
synced 2026-05-11 00:55:58 +08:00
progs
This commit is contained in:
parent
7c9a7ba6c3
commit
6f2a5d795c
2 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -67,9 +67,14 @@
|
|||
environment.systemPackages = with pkgs; [
|
||||
gnome3.gnome-tweaks
|
||||
brave
|
||||
google-chrome
|
||||
vscode
|
||||
obsidian
|
||||
signal-desktop
|
||||
psmisc
|
||||
htop
|
||||
fzf
|
||||
ripgrep
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue