Skip to content

Commit

Permalink
feat(home): added slack program
Browse files Browse the repository at this point in the history
  • Loading branch information
luisnquin committed Mar 6, 2024
1 parent 27ec045 commit 21d98ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions home/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
./dev

./file-managers.nix
./gui-programs.nix
./browser.nix
];
}
5 changes: 5 additions & 0 deletions home/modules/gui-programs.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{pkgs, ...}: {
home.packages = with pkgs; [
slack
];
}

0 comments on commit 21d98ec

Please sign in to comment.