nix: use plugin for reset
This commit is contained in:
parent
a8377b6dcc
commit
b9c687d62e
4 changed files with 158 additions and 23 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
inkscape
|
||||
gimp
|
||||
krita
|
||||
yt-dlp
|
||||
spotdl
|
||||
];
|
||||
programs.obs-studio.enable = true;
|
||||
programs.obs-studio.plugins = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue