feat(nixos:appearance): move appearance options to nixos
This commit is contained in:
parent
cedeb52103
commit
ceb66c03cf
51 changed files with 393 additions and 377 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
imports = [
|
||||
./minimal.nix
|
||||
# ./phone.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
inputs,
|
||||
...
|
||||
}: let
|
||||
inherit (inputs.nix-colors) colorSchemes;
|
||||
inherit (lib) mkIf;
|
||||
theme = config.ooknet.theme;
|
||||
in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue