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 = {
|
||||
enable = true;
|
||||
provider = "geoclue2";
|
||||
tray = true;
|
||||
dawnTime = "6:00-7:45";
|
||||
duskTime = "18:35-20:15";
|
||||
longitude = 35.62370;
|
||||
latitude = 134.85414;
|
||||
};
|
||||
|
||||
gtk.enable = true;
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
# Themes
|
||||
github.github-vscode-theme
|
||||
];
|
||||
userSettings = {
|
||||
/*userSettings = {
|
||||
# Theming:
|
||||
"window.autoDetectColorScheme" = true;
|
||||
"workbench.preferredLightColorTheme" = "GitHub Light Default";
|
||||
|
@ -49,6 +49,6 @@
|
|||
|
||||
# Rust
|
||||
"rust-analyzer.cargo.buildScripts.overrideCommand" = null;
|
||||
};
|
||||
};*/
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue