feat: switch to unstable channel

This commit is contained in:
Jacob Bachmann 2023-08-31 11:15:36 +02:00
parent a002b74366
commit 8f1e1ea06e
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
5 changed files with 34 additions and 15 deletions

View file

@ -5,6 +5,7 @@
./git.nix
./gnupg.nix
./neovim.nix
./ssh.nix
./sway.nix
./tmux.nix
./udiskie.nix

View file

@ -0,0 +1,9 @@
{ ... }: {
programs.ssh = {
enable = true;
};
services.ssh-agent = {
enable = true;
};
}