modules: Revert vscode from flatpak to modules
If needed to be installed with flatpak, it can be installed from Discover
This commit is contained in:
parent
02b0b569ea
commit
1a0c925449
4 changed files with 55 additions and 1 deletions
7
modules/home/editors/default.nix
Normal file
7
modules/home/editors/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./vscode
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue