Skip to content

Commit

Permalink
feat: add goland
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpita committed Sep 1, 2024
1 parent df14f85 commit e494a4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions common/home/packages/dev.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
imports = [ ../programs/vscode.nix ];
home.packages = with pkgs; [ jetbrains.goland ];
}
2 changes: 1 addition & 1 deletion hosts/t480/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

../../common/home/packages/gui.nix
../../common/home/packages/multimedia.nix
../../common/home/programs/vscode.nix
../../common/home/packages/dev.nix
];

programs = {
Expand Down

0 comments on commit e494a4b

Please sign in to comment.