test
This commit is contained in:
parent
845d4b3664
commit
21d485830f
2 changed files with 4 additions and 5 deletions
|
@ -8,10 +8,9 @@
|
||||||
|
|
||||||
services.gammastep = {
|
services.gammastep = {
|
||||||
enable = true;
|
enable = true;
|
||||||
provider = "geoclue2";
|
|
||||||
tray = true;
|
tray = true;
|
||||||
dawnTime = "6:00-7:45";
|
longitude = 35.62370;
|
||||||
duskTime = "18:35-20:15";
|
latitude = 134.85414;
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk.enable = true;
|
gtk.enable = true;
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
# Themes
|
# Themes
|
||||||
github.github-vscode-theme
|
github.github-vscode-theme
|
||||||
];
|
];
|
||||||
userSettings = {
|
/*userSettings = {
|
||||||
# Theming:
|
# Theming:
|
||||||
"window.autoDetectColorScheme" = true;
|
"window.autoDetectColorScheme" = true;
|
||||||
"workbench.preferredLightColorTheme" = "GitHub Light Default";
|
"workbench.preferredLightColorTheme" = "GitHub Light Default";
|
||||||
|
@ -49,6 +49,6 @@
|
||||||
|
|
||||||
# Rust
|
# Rust
|
||||||
"rust-analyzer.cargo.buildScripts.overrideCommand" = null;
|
"rust-analyzer.cargo.buildScripts.overrideCommand" = null;
|
||||||
};
|
};*/
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue