Modules/Niri: Enable danksearch
This commit is contained in:
@ -80,6 +80,8 @@
|
|||||||
dank-material-shell.url = "github:AvengeMedia/DankMaterialShell";
|
dank-material-shell.url = "github:AvengeMedia/DankMaterialShell";
|
||||||
dank-material-shell.inputs.nixpkgs.follows = "nixpkgs";
|
dank-material-shell.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# dank-material-shell.inputs.dgop.follows = "dgop";
|
# dank-material-shell.inputs.dgop.follows = "dgop";
|
||||||
|
danksearch.url = "github:AvengeMedia/danksearch";
|
||||||
|
danksearch.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
# Hyprland (use flake so plugins are not built from source)
|
# Hyprland (use flake so plugins are not built from source)
|
||||||
hyprland.url = "github:hyprwm/Hyprland";
|
hyprland.url = "github:hyprwm/Hyprland";
|
||||||
|
|||||||
@ -37,6 +37,7 @@
|
|||||||
inputs.caelestia.homeManagerModules.default
|
inputs.caelestia.homeManagerModules.default
|
||||||
inputs.dank-material-shell.homeModules.dank-material-shell
|
inputs.dank-material-shell.homeModules.dank-material-shell
|
||||||
inputs.dank-material-shell.homeModules.niri
|
inputs.dank-material-shell.homeModules.niri
|
||||||
|
inputs.danksearch.homeModules.default
|
||||||
|
|
||||||
# NOTE: Do NOT use this, use the system module (the HM module has to rely on fuse)
|
# NOTE: Do NOT use this, use the system module (the HM module has to rely on fuse)
|
||||||
# inputs.impermanence.homeManagerModules.impermanence
|
# inputs.impermanence.homeManagerModules.impermanence
|
||||||
|
|||||||
@ -62,6 +62,7 @@ in {
|
|||||||
# TODO: Those should be modules with their own options
|
# TODO: Those should be modules with their own options
|
||||||
noctalia-shell = import ./noctalia.nix {inherit color;};
|
noctalia-shell = import ./noctalia.nix {inherit color;};
|
||||||
dank-material-shell = import ./dankMaterialShell.nix {inherit config color;};
|
dank-material-shell = import ./dankMaterialShell.nix {inherit config color;};
|
||||||
|
dsearch.enable = true;
|
||||||
|
|
||||||
# TODO: Extract options
|
# TODO: Extract options
|
||||||
niri = {
|
niri = {
|
||||||
|
|||||||
Reference in New Issue
Block a user