This commit is contained in:
iFargle 2024-01-05 21:57:03 +09:00
parent 845d4b3664
commit 21d485830f
2 changed files with 4 additions and 5 deletions

View file

@ -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;

View file

@ -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;
};
};*/
};
}