deprecate stylix, fix minor gripes and bugs
This commit is contained in:
parent
6b492bad2f
commit
fb1ad8d919
42 changed files with 951 additions and 688 deletions
15
nixos/modules/theme/home-manager.nix
Normal file
15
nixos/modules/theme/home-manager.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
theme = import ./colors.nix { inherit pkgs; };
|
||||
in
|
||||
{
|
||||
home-manager.sharedModules = [
|
||||
({ ... }: {
|
||||
_module.args.theme = theme;
|
||||
imports = [
|
||||
../../../home/modules/theme
|
||||
];
|
||||
})
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue