mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-16 17:50:52 +01: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;
|
||||
|
||||
i18n.inputMethod = {
|
||||
@ -79,4 +88,5 @@
|
||||
allowBitmaps = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user