mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Remove special widget control for qtile
This commit is contained in:
parent
4b650721b0
commit
cbebff390c
3 changed files with 8 additions and 47 deletions
|
|
@ -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 "";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue