hosts: init ironbar module
This commit is contained in:
parent
eac48edb28
commit
6e29c56559
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,7 @@ inputs: let
|
||||||
hmModule = inputs.home-manager.nixosModules.home-manager;
|
hmModule = inputs.home-manager.nixosModules.home-manager;
|
||||||
diskoModule = inputs.disko.nixosModules.disko;
|
diskoModule = inputs.disko.nixosModules.disko;
|
||||||
hyprlandModule = inputs.hyprland.homeManagerModules.default;
|
hyprlandModule = inputs.hyprland.homeManagerModules.default;
|
||||||
|
ironbarModule = inputs.ironbar.homeManagerModules.default;
|
||||||
inherit (inputs.nixpkgs.lib) nixosSystem;
|
inherit (inputs.nixpkgs.lib) nixosSystem;
|
||||||
in {
|
in {
|
||||||
tsuki = nixosSystem {
|
tsuki = nixosSystem {
|
||||||
|
@ -23,6 +24,7 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
./tsuki/home.nix
|
./tsuki/home.nix
|
||||||
hyprlandModule
|
hyprlandModule
|
||||||
|
ironbarModule
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue