nix: use plugin for reset

This commit is contained in:
DashieTM 2024-05-30 21:34:19 +02:00
parent a8377b6dcc
commit b9c687d62e
4 changed files with 158 additions and 23 deletions

View file

@ -1,4 +1,5 @@
{ pkgs
, inputs
, lib
, ...
}:
@ -65,6 +66,10 @@ in
programs.oxipaste.enable = true;
programs.hyprdock.enable = true;
programs.reset.enable = true;
programs.reset.config.plugins = [
inputs.reset-plugins.packages."x86_64-linux".monitor
];
# inputs.reset-plugins.packages#.keyboard_plugin
nixpkgs.config.allowUnfree = true;