mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: centralize theming
This commit is contained in:
parent
1ae6d80a31
commit
b92370f2b1
3 changed files with 24 additions and 25 deletions
|
@ -17,13 +17,6 @@
|
|||
config.allowUnfree = false;
|
||||
defaultEditor = inputs.viminal.packages.${pkgs.system}.default;
|
||||
formFactor = "laptop";
|
||||
theming = {
|
||||
wallpaper = "${inputs.wallpapers}/aesthetic/afterglow_city_skyline_at_night.png";
|
||||
# if you don't manually set polarity when using manual colorscheme, GTK
|
||||
# apps won't respect colorscheme
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/rose-pine.yaml";
|
||||
polarity = "dark";
|
||||
};
|
||||
system = {
|
||||
networking = {
|
||||
firewallPresets.vite = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue