mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
flake: update Bahaghari module imports
This commit is contained in:
parent
ffe99314f3
commit
a458449e4c
@ -2,19 +2,6 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
flake = {
|
# We'll simply copy over Bahaghari's default exports.
|
||||||
nixosModules = {
|
flake = import ../../subprojects/bahaghari { };
|
||||||
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
|
|
||||||
};
|
|
||||||
|
|
||||||
homeModules = {
|
|
||||||
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
|
|
||||||
};
|
|
||||||
|
|
||||||
nixvimModules = {
|
|
||||||
"bahaghari/tinted-theming" = ../../subprojects/bahaghari/modules/tinted-theming;
|
|
||||||
};
|
|
||||||
|
|
||||||
bahaghariLib = ../../subprojects/bahaghari/lib;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
@ -46,13 +46,8 @@
|
|||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
inputs.nix-index-database.hmModules.nix-index
|
inputs.nix-index-database.hmModules.nix-index
|
||||||
|
|
||||||
# Setting up Bahaghari.
|
# The rainbow road to ricing your raw materials.
|
||||||
({ config, lib, pkgs, ... }: {
|
inputs.self.homeModules.bahaghari
|
||||||
imports = [ inputs.self.homeModules."bahaghari/tinted-theming" ];
|
|
||||||
|
|
||||||
_module.args.bahaghariLib =
|
|
||||||
import inputs.self.bahaghariLib { inherit pkgs; };
|
|
||||||
})
|
|
||||||
|
|
||||||
# The default shared config for our home-manager configurations. This
|
# The default shared config for our home-manager configurations. This
|
||||||
# is also to be used for sharing modules among home-manager users from
|
# is also to be used for sharing modules among home-manager users from
|
||||||
|
@ -87,13 +87,8 @@
|
|||||||
inputs.sops-nix.nixosModules.sops
|
inputs.sops-nix.nixosModules.sops
|
||||||
inputs.disko.nixosModules.disko
|
inputs.disko.nixosModules.disko
|
||||||
|
|
||||||
# Setting up Bahaghari.
|
# The rainbow road to ricing your raw materials.
|
||||||
({ config, lib, pkgs, ... }: {
|
inputs.self.nixosModules.bahaghari
|
||||||
imports = [ inputs.self.nixosModules."bahaghari/tinted-theming" ];
|
|
||||||
|
|
||||||
_module.args.bahaghariLib =
|
|
||||||
import inputs.self.bahaghariLib { inherit pkgs; };
|
|
||||||
})
|
|
||||||
|
|
||||||
# Bring our own teeny-tiny snippets of configurations.
|
# Bring our own teeny-tiny snippets of configurations.
|
||||||
defaultNixConf
|
defaultNixConf
|
||||||
|
@ -22,13 +22,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
setups.nixvim.sharedModules = [
|
setups.nixvim.sharedModules = [
|
||||||
# Setting up Bahaghari.
|
# The rainbow road to ricing your raw materials.
|
||||||
({ config, lib, pkgs, ... }: {
|
inputs.self.nixvimModules.bahaghari
|
||||||
imports = [ inputs.self.nixvimModules."bahaghari/tinted-theming" ];
|
|
||||||
|
|
||||||
_module.args.bahaghariLib =
|
|
||||||
import inputs.self.bahaghariLib { inherit pkgs; };
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
flake = {
|
flake = {
|
||||||
|
Loading…
Reference in New Issue
Block a user