chore: format code

This commit is contained in:
Jacob Bachmann 2024-01-13 15:45:43 +01:00
parent db4c3408de
commit b77debd170
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
9 changed files with 41 additions and 37 deletions

View file

@ -2,8 +2,8 @@
dconf.settings = lib.mkIf nixosConfig.bchmnn.virtualisation.enable {
"org/virt-manager/virt-manager/connections" = {
autoconnect = ["qemu:///system"];
uris = ["qemu:///system"];
autoconnect = [ "qemu:///system" ];
uris = [ "qemu:///system" ];
};
};

View file

@ -5,7 +5,8 @@ let
# common = (import ../common.nix) { pkgs = pkgs; lib = lib; };
common = (import ../common.nix) { inherit pkgs; inherit lib; };
in {
in
{
imports = [
./autorandr.nix

View file

@ -1,4 +1,4 @@
{ pkgs , cmake , qttools , qtsvg , kguiaddons , wrapQtAppsHook }:
{ pkgs, cmake, qttools, qtsvg, kguiaddons, wrapQtAppsHook }:
# https://ryantm.github.io/nixpkgs/using/overrides/
pkgs.flameshot.overrideAttrs (finalAttrs: previousAttrs: {