Update kde-stuff with changes from main #5

Merged
Toast merged 27 commits from main into kde-stuff 2023-07-12 21:27:49 +02:00
2 changed files with 11 additions and 1 deletions
Showing only changes of commit b202fe478d - Show all commits

View file

@ -2,6 +2,6 @@
{
imports = [
./ssh-agent.nix
];
}

View file

@ -0,0 +1,10 @@
{ config, pkgs, ... }:
{
programs.ssh.startAgent = true;
/*
Home assistant added an option that does this
https://github.com/nix-community/home-manager/commit/2d9210f25ed18d5d4e11e6b886de4027c0c51a94
but since I still need to fix home-manager's envvars not applying I'll stick to the NixOS one
*/
}