Merge branch 'avoid-digga' of github.com:aciceri/fleet into avoid-digga
This commit is contained in:
commit
55ead06206
13 changed files with 65 additions and 12 deletions
8
hmModules/vscode/default.nix
Normal file
8
hmModules/vscode/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, ...}: {
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
# For a few reasons sometimes I'm forced to use VSCode and I don't have time to nixifiy even its configuration.
|
||||
# This is why I'm using the FHS version. Purity gods, forgive me!
|
||||
package = pkgs.vscode-fhs;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue