Add hardware config and fix hummelberg build

This commit is contained in:
Fabian Hauser 2022-04-11 15:05:05 +02:00
parent 1452c2a43d
commit b2f0797b01
15 changed files with 68 additions and 52 deletions

View file

@ -34,7 +34,8 @@
};
home = {
packages = with pkgsEtaxesSg; with pkgs;
packages = with pkgsEtaxesSg;
with pkgs;
[ # Networking
unison
transmission # GUI Tools, maybe extract...

View file

@ -1,7 +1,6 @@
{ pkgs, pkgsUnstable, ... }: {
#TODO: ENV variabls for agent
home.sessionVariables.SSH_AUTH_SOCK =
"/run/user/1000/gnupg/S.gpg-agent.ssh";
home.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/gnupg/S.gpg-agent.ssh";
programs.gpg = {
enable = true;
package = pkgsUnstable.gnupg;

View file

@ -25,7 +25,7 @@ let
${pkgs.pass-wayland}/bin/pass show -c "$password" 2>/dev/null
'';
threema-vpn = pkgs.writeScriptBin "threema-vpn" ""; #''
threema-vpn = pkgs.writeScriptBin "threema-vpn" ""; # ''
# #!${pkgs.stdenv.shell}
# set -eo pipefail
@ -73,7 +73,4 @@ let
ed
${xhost}/bin/xhost
'';
in {
home.packages =
[ passbemenu threema-vpn threema-env wsudo ];
}
in { home.packages = [ passbemenu threema-vpn threema-env wsudo ]; }

View file

@ -1,4 +1,5 @@
{ pkgs, lib, config, ... }: let
{ pkgs, lib, config, ... }:
let
adhereTheSwayTarget = {
Install.WantedBy = lib.mkForce [ "sway-session.target" ];
Unit.PartOf = lib.mkForce [ "sway-session.target" ];