mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 17:57:47 +02:00
meta: Begin making hyprland module customizable
This is a part of simplifying the hyprland module to simply "desktop".
This commit is contained in:
parent
3da9c62869
commit
9ee08ca7eb
@ -1,6 +1,15 @@
|
|||||||
{ pkgs, ... }:
|
{ pkgs, config, lib, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (lib) mkEnableOption mkIf;
|
||||||
|
|
||||||
|
cfg = config.modules.desktop;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
|
options.modules.desktop = {
|
||||||
|
};
|
||||||
|
|
||||||
|
config = {
|
||||||
programs.hyprland.enable = true;
|
programs.hyprland.enable = true;
|
||||||
|
|
||||||
i18n.inputMethod = {
|
i18n.inputMethod = {
|
||||||
@ -79,4 +88,5 @@
|
|||||||
allowBitmaps = false;
|
allowBitmaps = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user