mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: add light and dark mode specialisations
This commit is contained in:
parent
3010a9529e
commit
910216d138
2 changed files with 28 additions and 10 deletions
|
@ -94,4 +94,22 @@
|
|||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
system.stateVersion = "24.05"; # Did you read the comment?
|
||||
|
||||
specialisation = {
|
||||
dawn.configuration = {
|
||||
environment.etc."specialisation".text = "dawn";
|
||||
liminalOS.theming = {
|
||||
wallpaper = pkgs.fetchurl {
|
||||
url = "https://w.wallhaven.cc/full/kx/wallhaven-kxoqx6.jpg";
|
||||
hash = "sha256-1cYbDcWutMHaNgvgRZiXFJpxkCZdilrKbjRD3/y25Yc=";
|
||||
};
|
||||
# base16Scheme = "${pkgs.base16-schemes}/share/themes/oxocarbon-dark.yaml";
|
||||
base16Scheme = null;
|
||||
polarity = "light";
|
||||
};
|
||||
};
|
||||
dusk.configuration = {
|
||||
environment.etc."specialisation".text = "dusk";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue