chore: misc config

This commit is contained in:
Patrick 2023-09-24 22:21:52 +02:00
parent da8591f749
commit f6ab496bd5
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 7 additions and 4 deletions

View file

@ -28,7 +28,8 @@
../../users/patrick
];
stylix.fonts.sizes = {
terminal = 10;
terminal = 9;
applications = 10;
desktop = 9;
};
}

View file

@ -19,7 +19,7 @@
"6" = {
keys = "F8";
text = "deafen";
text_vertical_align = "top";
text_vertical_align = "middle-bottom";
};
"7" = {
# background picture

View file

@ -41,8 +41,6 @@
../common
../common/impermanence.nix
../common/graphical/Xorg
../common/graphical/wayland
../common/programs/direnv.nix
../common/programs/htop.nix
@ -56,9 +54,13 @@
]
++ {
"desktopnix" = [
../common/graphical/Xorg
../common/programs/streamdeck.nix
./smb.nix
];
"patricknix" = [
../common/graphical/wayland
];
}
.${config.node.name}
or [];