Compare commits
2 commits
70202144a5
...
14fa5aff15
| Author | SHA1 | Date | |
|---|---|---|---|
| 14fa5aff15 | |||
| c7bcbaed03 |
2 changed files with 7 additions and 1 deletions
|
|
@ -54,7 +54,12 @@ ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="d
|
|||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.sddm.settings = {
|
||||
General.GreeterEnvironment="QT_SCREEN_SCALE_FACTORS=1.75";
|
||||
};
|
||||
};
|
||||
|
||||
jovian = {
|
||||
# Steam Deck UI settings
|
||||
|
|
|
|||
|
|
@ -48,6 +48,7 @@ in
|
|||
theme = "sugar-candy";
|
||||
settings = {
|
||||
General = { Numlock = "on"; };
|
||||
Theme = { CursorTheme = "Breeze_Snow"; };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue