mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: update flake.lock to fix asahi and standardize specialisation
This commit is contained in:
parent
910216d138
commit
0d729d187f
4 changed files with 23 additions and 22 deletions
|
@ -39,4 +39,22 @@
|
|||
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/oxocarbon-dark.yaml";
|
||||
polarity = lib.mkDefault "dark";
|
||||
};
|
||||
|
||||
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