mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
mauville: update font, monitor res, and theme
This commit is contained in:
parent
001c39f156
commit
b94f31157a
|
@ -7,7 +7,7 @@
|
||||||
home-manager = {
|
home-manager = {
|
||||||
sharedModules = [
|
sharedModules = [
|
||||||
{
|
{
|
||||||
wayland.windowManager.sway.config.output = {"LG Electronics LG ULTRAWIDE 311NTAB5M720".scale = "1.25";};
|
wayland.windowManager.sway.config.output = {"LG Electronics LG ULTRAWIDE 311NTAB5M720".scale = "1.0";};
|
||||||
xdg.userDirs.music = "/mnt/Media/Music";
|
xdg.userDirs.music = "/mnt/Media/Music";
|
||||||
|
|
||||||
ar.home = {
|
ar.home = {
|
||||||
|
@ -17,16 +17,9 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
theme = {
|
theme = {
|
||||||
colors = lib.mkForce {
|
monospaceFont.size = 14;
|
||||||
text = "#575279";
|
sansFont.size = 14;
|
||||||
background = "#fffaf3";
|
serifFont.size = 14;
|
||||||
primary = "#286983";
|
|
||||||
secondary = "#ea9d34";
|
|
||||||
inactive = "#393552";
|
|
||||||
shadow = "#232136";
|
|
||||||
};
|
|
||||||
|
|
||||||
darkMode = false;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue