Add slack

This commit is contained in:
2025-11-07 09:50:41 +01:00
parent a90656fb9e
commit da06a331c4
2 changed files with 11 additions and 2 deletions

View File

@@ -62,6 +62,14 @@
env = "niri"; env = "niri";
custom = [ custom = [
nixos-hardware.nixosModules.tuxedo-infinitybook-pro14-gen7 nixos-hardware.nixosModules.tuxedo-infinitybook-pro14-gen7
{
services.sshd.enable = true;
}
];
customHome = [
({pkgs, ...}: {
home.packages = with pkgs; [slack];
})
]; ];
}; };
@@ -146,8 +154,8 @@
}; };
in rec { in rec {
default = pkgs.mkShell { default = pkgs.mkShell {
inputsFrom = [nvim-lua]; inputsFrom = [nvim-lua];
packages = with pkgs; [go-task]; packages = with pkgs; [go-task];
}; };
nvim-lua = pkgs.mkShell { nvim-lua = pkgs.mkShell {
name = "nvim-lua"; name = "nvim-lua";

View File

@@ -69,6 +69,7 @@
".zen" ".zen"
".config/google-chrome" ".config/google-chrome"
".config/discord" ".config/discord"
".config/Slack"
".config/vesktop" ".config/vesktop"
".config/YouTube\ Music" ".config/YouTube\ Music"
".config/gh" ".config/gh"