This commit is contained in:
Fabian Hauser 2022-04-10 14:25:41 +02:00
parent f661dc8bf2
commit 7e24481850
3 changed files with 7 additions and 10 deletions

View file

@ -1,5 +1,6 @@
{ pkgs, ... }: { { pkgs, ... }: {
home-manager.users.fhauser = { home-manager.users.fhauser = {
dconf.settings."org/gnome/evolution-data-server/calendar".notify-enable-audio = false; dconf.settings."org/gnome/evolution-data-server/calendar".notify-enable-audio =
false;
}; };
} }

View file

@ -1,5 +1,5 @@
{ pkgs, ... }: let { pkgs, ... }:
unstable = import <nixos-unstable> {}; let unstable = import <nixos-unstable> { };
in { in {
#TODO: ENV variabls for agent #TODO: ENV variabls for agent
home-manager.users.fhauser.home.sessionVariables.SSH_AUTH_SOCK = home-manager.users.fhauser.home.sessionVariables.SSH_AUTH_SOCK =
@ -27,9 +27,7 @@ in {
"verify-options" = "show-uid-validity"; "verify-options" = "show-uid-validity";
"list-options" = "show-uid-validity"; "list-options" = "show-uid-validity";
}; };
scdaemonSettings = { scdaemonSettings = { disable-ccid = true; };
disable-ccid = true;
};
# TODO: Complete this list and maybe transfer to managed configuration? # TODO: Complete this list and maybe transfer to managed configuration?
#publicKeys = [ #publicKeys = [
# { source = "./fabian.hauser@qo.is.pub"; trust = 5; } # { source = "./fabian.hauser@qo.is.pub"; trust = 5; }

View file

@ -25,9 +25,7 @@
position = "1920,0"; position = "1920,0";
scale = 2.0; scale = 2.0;
}) })
(mkScreen "Lenovo Group Limited M14 V907R2HD" // { (mkScreen "Lenovo Group Limited M14 V907R2HD" // { position = "0,0"; })
position = "0,0";
})
]; ];
mobile-private.outputs = [ mobile-private.outputs = [
(mkScreen "Unknown 0x1536 0x00000000" // { (mkScreen "Unknown 0x1536 0x00000000" // {