chore: misc config
This commit is contained in:
parent
da8591f749
commit
f6ab496bd5
|
@ -28,7 +28,8 @@
|
|||
../../users/patrick
|
||||
];
|
||||
stylix.fonts.sizes = {
|
||||
terminal = 10;
|
||||
terminal = 9;
|
||||
applications = 10;
|
||||
desktop = 9;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"6" = {
|
||||
keys = "F8";
|
||||
text = "deafen";
|
||||
text_vertical_align = "top";
|
||||
text_vertical_align = "middle-bottom";
|
||||
};
|
||||
"7" = {
|
||||
# background picture
|
||||
|
|
|
@ -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 [];
|
||||
|
|
Loading…
Reference in a new issue