mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
desktopConfig: removed vscode and chrome by default
This commit is contained in:
parent
df2a9093ad
commit
822e795165
|
@ -36,10 +36,8 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fractal
|
fractal
|
||||||
github-desktop
|
github-desktop
|
||||||
google-chrome
|
|
||||||
obsidian
|
obsidian
|
||||||
tauon
|
tauon
|
||||||
vscode
|
|
||||||
webcord
|
webcord
|
||||||
zoom-us
|
zoom-us
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue