mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Change scheme
This commit is contained in:
parent
4fd01683dc
commit
9b6748e340
1 changed files with 5 additions and 5 deletions
|
|
@ -58,7 +58,7 @@ in {
|
||||||
mods.boot.enable = true;
|
mods.boot.enable = true;
|
||||||
|
|
||||||
mods.theme.enable = true;
|
mods.theme.enable = true;
|
||||||
mods.theme.scheme = "woodland";
|
mods.theme.scheme = "oxocarbon-dark";
|
||||||
mods.theme.wallpaper = ./wallpaper.png;
|
mods.theme.wallpaper = ./wallpaper.png;
|
||||||
|
|
||||||
services.xserver.windowManager.i3.enable = true;
|
services.xserver.windowManager.i3.enable = true;
|
||||||
|
|
@ -77,10 +77,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
# Hardware preferences
|
# Hardware preferences
|
||||||
environment.variables = {
|
# environment.variables = {
|
||||||
WINIT_HIDPI_FACTOR = "1";
|
# WINIT_HIDPI_FACTOR = "1";
|
||||||
WINIT_X11_SCALE_FACTOR = "1";
|
# WINIT_X11_SCALE_FACTOR = "1";
|
||||||
};
|
# };
|
||||||
|
|
||||||
## Monitors
|
## Monitors
|
||||||
mods.monitors = {
|
mods.monitors = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue