add sourcehut cli
This commit is contained in:
parent
281ca33c78
commit
8b38ac8f59
1 changed files with 4 additions and 1 deletions
|
|
@ -1,8 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
devenv
|
||||
direnv
|
||||
hut
|
||||
radicle-node
|
||||
typescript-language-server
|
||||
nil # Nix language server
|
||||
|
|
@ -14,4 +15,6 @@
|
|||
enableZshIntegration = true;
|
||||
nix-direnv.enable = true;
|
||||
};
|
||||
|
||||
xdg.configFile."hut/config".source = "${config.dotfiles.path}/.config/hut/config";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue