fmt
This commit is contained in:
parent
05a203c066
commit
1148de4f8a
|
@ -1,29 +1,29 @@
|
|||
{
|
||||
programs.git = {
|
||||
enable = true;
|
||||
ignores = [".vscode"];
|
||||
userName = "fleaz";
|
||||
userEmail = "mail@felixbreidenstein.de";
|
||||
aliases = {
|
||||
cpr = "!f() { git fetch origin refs/pull/$1/head && git checkout FETCH_HEAD; }; f";
|
||||
programs.git = {
|
||||
enable = true;
|
||||
ignores = [ ".vscode" ];
|
||||
userName = "fleaz";
|
||||
userEmail = "mail@felixbreidenstein.de";
|
||||
aliases = {
|
||||
cpr = "!f() { git fetch origin refs/pull/$1/head && git checkout FETCH_HEAD; }; f";
|
||||
};
|
||||
includes = [{
|
||||
condition = "gitdir:~/codemonauts/";
|
||||
contents = {
|
||||
user = {
|
||||
email = "felix@codemonauts.com";
|
||||
name = "Felix Breidenstein";
|
||||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/kundendaten/";
|
||||
contents = {
|
||||
user = {
|
||||
email = "felix@codemonauts.com";
|
||||
name = "Felix Breidenstein";
|
||||
};
|
||||
};
|
||||
}];
|
||||
};
|
||||
includes = [{
|
||||
condition = "gitdir:~/codemonauts/";
|
||||
contents = {
|
||||
user = {
|
||||
email = "felix@codemonauts.com";
|
||||
name = "Felix Breidenstein";
|
||||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
condition = "gitdir:~/kundendaten/";
|
||||
contents = {
|
||||
user = {
|
||||
email = "felix@codemonauts.com";
|
||||
name = "Felix Breidenstein";
|
||||
};
|
||||
};
|
||||
}];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -4,30 +4,30 @@
|
|||
profiles = {
|
||||
"laptop" = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
scale = 1.8;
|
||||
}
|
||||
];
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
scale = 1.8;
|
||||
}
|
||||
];
|
||||
};
|
||||
"homeoffice" = {
|
||||
outputs = [
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
scale = 1.8;
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "DP-3";
|
||||
scale = 1.3;
|
||||
position = "2133,0";
|
||||
}
|
||||
{
|
||||
criteria = "DP-1";
|
||||
scale = 1.3;
|
||||
position = "5087,0";
|
||||
}
|
||||
];
|
||||
{
|
||||
criteria = "eDP-1";
|
||||
scale = 1.8;
|
||||
position = "0,0";
|
||||
}
|
||||
{
|
||||
criteria = "DP-3";
|
||||
scale = 1.3;
|
||||
position = "2133,0";
|
||||
}
|
||||
{
|
||||
criteria = "DP-1";
|
||||
scale = 1.3;
|
||||
position = "5087,0";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -13,9 +13,9 @@ in
|
|||
|
||||
input = {
|
||||
"type:keyboard" = { xkb_layout = "eu"; };
|
||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||
xkb_options = "caps:ctrl_modifier";
|
||||
};
|
||||
"1:1:AT_Translated_Set_2_keyboard" = {
|
||||
xkb_options = "caps:ctrl_modifier";
|
||||
};
|
||||
};
|
||||
output = {
|
||||
"*".bg = "/home/fleaz/Downloads/spongebob.jpg fill";
|
||||
|
@ -44,13 +44,15 @@ in
|
|||
|
||||
bars = [{ command = "${pkgs.waybar}/bin/waybar"; }];
|
||||
|
||||
startup = [
|
||||
{ command = ''${pkgs.swayidle}/bin/swayidle -w \
|
||||
startup = [
|
||||
{
|
||||
command = ''${pkgs.swayidle}/bin/swayidle -w \
|
||||
timeout 300 "${lockCmd}" \
|
||||
timeout 600 "${pkgs.sway}/bin/swaymsg output * dpms off" \
|
||||
resume "${pkgs.sway}/bin/swaymsg output * dpms on" \
|
||||
before-sleep "${lockCmd}"''; }
|
||||
];
|
||||
before-sleep "${lockCmd}"'';
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
# Allow swaylock to talk to PAM
|
||||
security.pam.services.swaylock = {};
|
||||
security.pam.services.swaylock = { };
|
||||
}
|
||||
|
|
2
secrets
2
secrets
|
@ -1 +1 @@
|
|||
Subproject commit 3af42978d507ad02777179cec8ef4029d103cdc3
|
||||
Subproject commit ccfeeb06bf7ad992c1ba8a69b6823a574b2df5a1
|
Loading…
Reference in a new issue