Skip to content

Commit

Permalink
Add nixos-cosmic to flake.nix and enhance VSCode file associations fo…
Browse files Browse the repository at this point in the history
…r .env files
  • Loading branch information
ryanwclark committed Dec 20, 2024
1 parent 06770ab commit e11b3cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
self,
home-manager,
nix-darwin,
nixos-cosmic,
nixos-hardware,
nixpkgs,
nixvim,
Expand Down
1 change: 1 addition & 0 deletions home/features/vscode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@
"files.associations" = {
"*.css" = "tailwindcss";
".env" = "dotenv";
".env*" = "dotenv";
};
"files.exclude" = {
"**/node_modules/**" = true;
Expand Down

0 comments on commit e11b3cb

Please sign in to comment.