Remove special widget control for qtile

This commit is contained in:
SebastianStork 2024-04-16 22:18:23 +02:00
parent 4b650721b0
commit cbebff390c
3 changed files with 8 additions and 47 deletions

View file

@ -1,4 +1,4 @@
{lib, ...}: {
{
imports = [
./qtile.nix
./hyprland
@ -9,16 +9,4 @@
./waybar.nix
./hypridlelock.nix
];
options.myConfig.de = {
widget = {
backlight = {
enable = lib.mkEnableOption "";
device = lib.mkOption {
type = lib.types.str;
};
};
battery.enable = lib.mkEnableOption "";
};
};
}