Refactor app
This commit is contained in:
parent
479cebb66a
commit
17583c6fce
6 changed files with 25 additions and 9 deletions
5
home/programs/slack.nix
Normal file
5
home/programs/slack.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [slack];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue