This website requires JavaScript.
Explore
Help
Sign In
jmug
/
nixos
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8e8a3c7b4644887ac7495aa4c860c66603425837
nixos
/
home-modules
/
vscode.nix
T
6 lines
74 B
Nix
Raw
Normal View
History
Unescape
Escape
Dump nixos config after scrubing
2025-05-03 23:42:03 -07:00
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
vscode-fhs
];
}
Reference in New Issue
Copy Permalink