home(gui): switch to catppuccin module
This commit is contained in:
parent
a9c37d9287
commit
76b92bdd26
13 changed files with 91 additions and 361 deletions
|
@ -1,6 +1,7 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, config
|
||||
, inputs
|
||||
, ... }: with lib; let
|
||||
cfg = config.users;
|
||||
in {
|
||||
|
@ -137,7 +138,9 @@ in {
|
|||
(filterAttrs (n: _: n != "root") config.users.profiles);
|
||||
|
||||
home-manager.users = mapAttrs (name: opts: {
|
||||
imports = cfg.homeModules;
|
||||
imports = with inputs; cfg.homeModules ++ [
|
||||
catppuccin.homeManagerModules.catppuccin
|
||||
];
|
||||
home.file.".face" = mkIf (opts.picture != null) {
|
||||
source = opts.picture;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue