♻️ Moved git key to desktop config, step variable in hyprpanel audio
This commit is contained in:
parent
a0537f5634
commit
f0ce1f4169
@ -7,4 +7,6 @@
|
|||||||
imports = [
|
imports = [
|
||||||
(lib.custom.relativeToRoot "shared/home-manager")
|
(lib.custom.relativeToRoot "shared/home-manager")
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.git.signing.key = "706F53DD087A91DE";
|
||||||
}
|
}
|
||||||
|
@ -20,10 +20,7 @@
|
|||||||
p = "push";
|
p = "push";
|
||||||
};
|
};
|
||||||
|
|
||||||
signing = {
|
signing.signByDefault = true;
|
||||||
signByDefault = true;
|
|
||||||
key = "706F53DD087A91DE";
|
|
||||||
};
|
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
push.autoSetupRemote = true;
|
push.autoSetupRemote = true;
|
||||||
|
@ -41,10 +41,14 @@
|
|||||||
customModules.kbLayout.leftClick = "hyprctl switchxkblayout keychron-keychron-k8-pro next";
|
customModules.kbLayout.leftClick = "hyprctl switchxkblayout keychron-keychron-k8-pro next";
|
||||||
launcher.autoDetectIcon = true;
|
launcher.autoDetectIcon = true;
|
||||||
network.label = false;
|
network.label = false;
|
||||||
volume = {
|
volume =
|
||||||
scrollDown = "${pkgs.hyprpanel}/bin/hyprpanel 'vol -1'";
|
let
|
||||||
scrollUp = "${pkgs.hyprpanel}/bin/hyprpanel 'vol +1'";
|
step = 1;
|
||||||
};
|
in
|
||||||
|
{
|
||||||
|
scrollDown = "${pkgs.hyprpanel}/bin/hyprpanel 'vol -${step}'";
|
||||||
|
scrollUp = "${pkgs.hyprpanel}/bin/hyprpanel 'vol +${step}'";
|
||||||
|
};
|
||||||
workspaces = {
|
workspaces = {
|
||||||
show_icons = false;
|
show_icons = false;
|
||||||
show_numbered = true;
|
show_numbered = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user