refactor(treewide): statix
This commit is contained in:
parent
366fa0ce80
commit
7f2cd7a343
71 changed files with 84 additions and 84 deletions
|
|
@ -6,7 +6,7 @@
|
|||
}: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (builtins) elem;
|
||||
features = osConfig.ooknet.host.hardware.features;
|
||||
inherit (osConfig.ooknet.host.hardware) features;
|
||||
ookbrightness = pkgs.writeShellApplication {
|
||||
name = "ookbrightness";
|
||||
runtimeInputs = with pkgs; [brillo libnotify];
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
launcher = config.ooknet.wayland.launcher;
|
||||
inherit (config.ooknet.wayland) launcher;
|
||||
in {
|
||||
config = mkIf (launcher == "rofi") {
|
||||
home.packages = [inputs.ooks-scripts.packages.${pkgs.system}.powermenu];
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
}: let
|
||||
inherit (lib) mkIf;
|
||||
inherit (builtins) elem;
|
||||
features = osConfig.ooknet.host.hardware.features;
|
||||
inherit (osConfig.ooknet.host.hardware) features;
|
||||
ookvolume = pkgs.writeShellApplication {
|
||||
name = "ookvolume";
|
||||
runtimeInputs = with pkgs; [pamixer libnotify];
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@
|
|||
...
|
||||
}: let
|
||||
inherit (lib) mkIf;
|
||||
multiplexer = config.ooknet.console.multiplexer;
|
||||
launcher = config.ooknet.wayland.launcher;
|
||||
binds = config.ooknet.binds;
|
||||
inherit (config.ooknet.console) multiplexer;
|
||||
inherit (config.ooknet.wayland) launcher;
|
||||
inherit (config.ooknet) binds;
|
||||
zellijmenu = pkgs.writeShellApplication {
|
||||
name = "zellijmenu";
|
||||
runtimeInputs = with pkgs; [coreutils rofi-wayland];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue