mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-28 15:04:22 -04:00
katana and stylix
This commit is contained in:
parent
59ee516926
commit
9e2feb16a9
11 changed files with 278 additions and 143 deletions
9
common/users/homeModules/vscode/default.nix
Normal file
9
common/users/homeModules/vscode/default.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./overlays.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
vscode-insider
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue