feat(mice): solaar -> ratbagd/piper
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
b7b25ea3cc
commit
31c3dbb205
4 changed files with 6 additions and 8 deletions
|
@ -10,8 +10,8 @@ in {
|
|||
../../modules/hyprland
|
||||
../../modules/kmscon.nix
|
||||
../../modules/printer.nix
|
||||
../../modules/ratbag-mice.nix
|
||||
../../modules/razer.nix
|
||||
../../modules/logitech.nix
|
||||
../../modules/sshd.nix
|
||||
../../modules/tailscale.nix
|
||||
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
solaar,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
inherit (config.vars) mainUser;
|
||||
|
@ -15,16 +15,14 @@
|
|||
.windowManager
|
||||
.hyprland;
|
||||
in {
|
||||
imports = [
|
||||
solaar.nixosModules.default
|
||||
];
|
||||
|
||||
programs.solaar.enable = true;
|
||||
services.ratbagd.enable = true;
|
||||
|
||||
# HOME-MANAGER CONFIG
|
||||
home-manager.users.${mainUser} = {
|
||||
home.packages = with pkgs; [piper];
|
||||
|
||||
wayland.windowManager.hyprland = mkIf (cfgHypr.enable) {
|
||||
settings.exec-once = ["solaar -w hide -b symbolic"];
|
||||
# settings.exec-once = [""];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue