mirror of
https://github.com/zoriya/flake.git
synced 2025-12-06 06:36:19 +00:00
Add slack
This commit is contained in:
@@ -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];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user