feat: update flake.lock to fix asahi and standardize specialisation

This commit is contained in:
Youwen Wu 2025-02-01 22:36:24 -08:00
parent 910216d138
commit 0d729d187f
Signed by: youwen
GPG key ID: 865658ED1FE61EC3
4 changed files with 23 additions and 22 deletions

View file

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