Add wlr-randr, drop obsolete user envs
This commit is contained in:
parent
bcbc1440b8
commit
afecf5b555
|
@ -6,7 +6,6 @@ let
|
|||
in
|
||||
{
|
||||
imports = [
|
||||
./session-variables.nix
|
||||
];
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
@ -26,6 +25,7 @@ in
|
|||
sysstat
|
||||
tig
|
||||
thunderbird
|
||||
wlr-randr
|
||||
];
|
||||
|
||||
programs.ssh = {
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
let
|
||||
psCfg = config.pub-solar;
|
||||
xdg = config.home-manager.users."${psCfg.user.name}".xdg;
|
||||
in
|
||||
{
|
||||
home-manager = pkgs.lib.setAttrByPath [ "users" psCfg.user.name ] {
|
||||
home.sessionVariables = {
|
||||
"SSH_AUTH_SOCK" = "\${XDG_RUNTIME_DIR}/ssh-agent";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue