home: themes: setup i3bar theme
This commit is contained in:
parent
494542899d
commit
273cbba17f
5 changed files with 53 additions and 1 deletions
|
|
@ -11,6 +11,10 @@ let
|
|||
type = import ./i3.nix { inherit lib; };
|
||||
default = {};
|
||||
};
|
||||
i3BarTheme = mkOption {
|
||||
type = import ./i3bar.nix { inherit lib; };
|
||||
default = {};
|
||||
};
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue