Nixfmt
This commit is contained in:
parent
f661dc8bf2
commit
7e24481850
3 changed files with 7 additions and 10 deletions
|
@ -1,5 +1,6 @@
|
|||
{ pkgs, ... }: {
|
||||
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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, ... }: let
|
||||
unstable = import <nixos-unstable> {};
|
||||
{ pkgs, ... }:
|
||||
let unstable = import <nixos-unstable> { };
|
||||
in {
|
||||
#TODO: ENV variabls for agent
|
||||
home-manager.users.fhauser.home.sessionVariables.SSH_AUTH_SOCK =
|
||||
|
@ -27,9 +27,7 @@ in {
|
|||
"verify-options" = "show-uid-validity";
|
||||
"list-options" = "show-uid-validity";
|
||||
};
|
||||
scdaemonSettings = {
|
||||
disable-ccid = true;
|
||||
};
|
||||
scdaemonSettings = { disable-ccid = true; };
|
||||
# TODO: Complete this list and maybe transfer to managed configuration?
|
||||
#publicKeys = [
|
||||
# { source = "./fabian.hauser@qo.is.pub"; trust = 5; }
|
||||
|
|
|
@ -25,10 +25,8 @@
|
|||
position = "1920,0";
|
||||
scale = 2.0;
|
||||
})
|
||||
(mkScreen "Lenovo Group Limited M14 V907R2HD" // {
|
||||
position = "0,0";
|
||||
})
|
||||
];
|
||||
(mkScreen "Lenovo Group Limited M14 V907R2HD" // { position = "0,0"; })
|
||||
];
|
||||
mobile-private.outputs = [
|
||||
(mkScreen "Unknown 0x1536 0x00000000" // {
|
||||
position = "0,0";
|
||||
|
|
Loading…
Add table
Reference in a new issue