Update default stylix theme

This commit is contained in:
albert 2024-06-12 17:02:47 +09:00
parent c711d8a4cb
commit e534a22e70
Signed by: albert
GPG key ID: 3895DD267CA11BA9

View file

@ -22,7 +22,7 @@
username ? "albert",
desktop ? null,
system ? "x86_64-linux",
theme ? "stylix",
theme ? "default",
type ? "default"
}: inputs.home-manager.lib.homeManagerConfiguration {
pkgs = inputs.nixpkgs.legacyPackages.${system};
@ -35,7 +35,7 @@
username ? "albert",
desktop ? null,
system ? "x86_64-linux",
theme ? "stylix",
theme ? "default",
type ? "default",
repo ? "nixpkgs",
unfree ? false,
@ -83,7 +83,7 @@
desktop ? null,
gpu ? null,
system ? "x86_64-linux",
theme ? "stylix",
theme ? "default",
type ? "default",
repo ? "nixpkgs-unstable"
}: inputs.${repo}.lib.nixosSystem {
@ -113,7 +113,7 @@
desktop ? null,
gpu ? null,
system ? "x86_64-linux",
theme ? "stylix",
theme ? "default",
type ? "default",
repo ? "nixpkgs",
unfree ? false
@ -149,7 +149,7 @@
desktop ? null,
system ? "x86_64-linux",
gpu ? null,
theme ? "stylix",
theme ? "default",
repo ? "nixpkgs",
unfree ? false,
format
@ -192,7 +192,7 @@
desktop ? null,
system ? "x86_64-linux",
gpu ? null,
theme ? "stylix",
theme ? "default",
format
}: inputs.nixos-generators.nixosGenerate {
specialArgs = { inherit inputs outputs desktop hostname username stateVersion hmStateVersion gpu system theme format; };