add sourcehut cli
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user