add act
This commit is contained in:
parent
4407858140
commit
bb5a75e153
2 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.username = "i";
|
||||
|
@ -19,6 +19,10 @@
|
|||
./packages/neovim.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
act
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue