style: reformat & improve some files
Some checks failed
Test / tests (push) Failing after 1h27m23s

This commit is contained in:
Felix Schröter 2025-01-19 14:51:32 +01:00
parent 412468eecd
commit ce5187c2b7
Signed by: felschr
GPG key ID: 671E39E6744C807D
4 changed files with 13 additions and 22 deletions

View file

@ -1,9 +1,4 @@
{ { lib, pkgs, ... }:
config,
lib,
pkgs,
...
}:
{ {
imports = [ imports = [

View file

@ -45,11 +45,10 @@
}; };
xdg.configFile."easyeffects/autoload/input/alsa_input.usb-Blue_Microphones_Yeti_Stereo_Microphone_REV8-00.analog-stereo:analog-input-mic.json".text = xdg.configFile."easyeffects/autoload/input/alsa_input.usb-Blue_Microphones_Yeti_Stereo_Microphone_REV8-00.analog-stereo:analog-input-mic.json".text =
builtins.toJSON builtins.toJSON {
{ device = "alsa_input.usb-Blue_Microphones_Yeti_Stereo_Microphone_REV8-00.analog-stereo";
device = "alsa_input.usb-Blue_Microphones_Yeti_Stereo_Microphone_REV8-00.analog-stereo"; device-description = "Yeti Stereo Microphone Analog Stereo";
device-description = "Yeti Stereo Microphone Analog Stereo"; device-profile = "analog-input-mic";
device-profile = "analog-input-mic"; preset-name = "optimised";
preset-name = "optimised"; };
};
} }

View file

@ -1,9 +1,4 @@
{ { pkgs, lib, ... }:
config,
pkgs,
lib,
...
}:
with pkgs; with pkgs;
with lib; with lib;
@ -29,6 +24,8 @@ with lib;
}; };
}; };
xdg.configFile."kitty/pass_keys.py".source = "${vimPlugins.nvim-kitty-navigator}/kitty/pass_keys.py"; xdg.configFile."kitty/pass_keys.py".source =
xdg.configFile."kitty/neighboring_window.py".source = "${vimPlugins.nvim-kitty-navigator}/kitty/neighboring_window.py"; "${vimPlugins.nvim-kitty-navigator}/kitty/pass_keys.py";
xdg.configFile."kitty/neighboring_window.py".source =
"${vimPlugins.nvim-kitty-navigator}/kitty/neighboring_window.py";
} }

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: { config, lib, ... }:
{ {
services.jellyfin.enable = true; services.jellyfin.enable = true;