mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
chore: reformat codebase
This commit is contained in:
parent
f8b41d66a8
commit
e8d79d2b68
@ -39,9 +39,10 @@ in
|
|||||||
|
|
||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
xdg.configFile =
|
xdg.configFile =
|
||||||
lib.optionalAttrs (cfg.settings != { }) {
|
lib.optionalAttrs (cfg.settings != { })
|
||||||
"pipewire/pipewire.conf" = settingsFormat.generate "hm-pipewire-settings" cfg.settings;
|
{
|
||||||
}
|
"pipewire/pipewire.conf" = settingsFormat.generate "hm-pipewire-settings" cfg.settings;
|
||||||
|
}
|
||||||
// lib.mapAttrs' generatePipewireConfig cfg.overrides;
|
// lib.mapAttrs' generatePipewireConfig cfg.overrides;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -2,37 +2,37 @@
|
|||||||
|
|
||||||
with pkgs;
|
with pkgs;
|
||||||
lib.makeScope newScope (self: {
|
lib.makeScope newScope (self: {
|
||||||
ags = callPackage ./ags { };
|
ags = callPackage ./ags { };
|
||||||
awesome-cli = callPackage ./awesome-cli { };
|
awesome-cli = callPackage ./awesome-cli { };
|
||||||
blender-blendergis = python3Packages.callPackage ./blender-blendergis { };
|
blender-blendergis = python3Packages.callPackage ./blender-blendergis { };
|
||||||
blender-machin3tools = python3Packages.callPackage ./blender-machin3tools { };
|
blender-machin3tools = python3Packages.callPackage ./blender-machin3tools { };
|
||||||
clidle = callPackage ./clidle.nix { };
|
clidle = callPackage ./clidle.nix { };
|
||||||
domterm = libsForQt5.callPackage ./domterm { };
|
domterm = libsForQt5.callPackage ./domterm { };
|
||||||
fastn = callPackage ./fastn { };
|
fastn = callPackage ./fastn { };
|
||||||
freerct = callPackage ./freerct.nix { };
|
freerct = callPackage ./freerct.nix { };
|
||||||
distant = callPackage ./distant.nix { };
|
distant = callPackage ./distant.nix { };
|
||||||
gnome-search-provider-recoll =
|
gnome-search-provider-recoll =
|
||||||
callPackage ./gnome-search-provider-recoll.nix { };
|
callPackage ./gnome-search-provider-recoll.nix { };
|
||||||
hush-shell = callPackage ./hush-shell.nix { };
|
hush-shell = callPackage ./hush-shell.nix { };
|
||||||
lwp = callPackage ./lwp { };
|
lwp = callPackage ./lwp { };
|
||||||
moac = callPackage ./moac.nix { };
|
moac = callPackage ./moac.nix { };
|
||||||
mopidy-beets = callPackage ./mopidy-beets.nix { };
|
mopidy-beets = callPackage ./mopidy-beets.nix { };
|
||||||
mopidy-funkwhale = callPackage ./mopidy-funkwhale.nix { };
|
mopidy-funkwhale = callPackage ./mopidy-funkwhale.nix { };
|
||||||
mopidy-internetarchive = callPackage ./mopidy-internetarchive.nix { };
|
mopidy-internetarchive = callPackage ./mopidy-internetarchive.nix { };
|
||||||
nautilus-annotations = callPackage ./nautilus-annotations { };
|
nautilus-annotations = callPackage ./nautilus-annotations { };
|
||||||
niri = callPackage ./niri { };
|
niri = callPackage ./niri { };
|
||||||
pop-launcher-plugin-brightness = callPackage ./pop-launcher-plugin-brightness { };
|
pop-launcher-plugin-brightness = callPackage ./pop-launcher-plugin-brightness { };
|
||||||
pop-launcher-plugin-duckduckgo-bangs =
|
pop-launcher-plugin-duckduckgo-bangs =
|
||||||
callPackage ./pop-launcher-plugin-duckduckgo-bangs.nix { };
|
callPackage ./pop-launcher-plugin-duckduckgo-bangs.nix { };
|
||||||
pop-launcher-plugin-jetbrains = callPackage ./pop-launcher-plugin-jetbrains { };
|
pop-launcher-plugin-jetbrains = callPackage ./pop-launcher-plugin-jetbrains { };
|
||||||
swh = callPackage ./software-heritage { python3Packages = python310Packages; };
|
swh = callPackage ./software-heritage { python3Packages = python310Packages; };
|
||||||
speki = callPackage ./speki { };
|
speki = callPackage ./speki { };
|
||||||
tic-80 = callPackage ./tic-80 { };
|
tic-80 = callPackage ./tic-80 { };
|
||||||
smile = callPackage ./smile { };
|
smile = callPackage ./smile { };
|
||||||
sessiond = callPackage ./sessiond { };
|
sessiond = callPackage ./sessiond { };
|
||||||
uwsm = callPackage ./uwsm { };
|
uwsm = callPackage ./uwsm { };
|
||||||
vgc = qt6Packages.callPackage ./vgc { };
|
vgc = qt6Packages.callPackage ./vgc { };
|
||||||
watc = callPackage ./watc { };
|
watc = callPackage ./watc { };
|
||||||
wzmach = callPackage ./wzmach { };
|
wzmach = callPackage ./wzmach { };
|
||||||
xs = callPackage ./xs { };
|
xs = callPackage ./xs { };
|
||||||
})
|
})
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
|
|
||||||
# This is for substituting shebangs in its plugins.
|
# This is for substituting shebangs in its plugins.
|
||||||
, coreutils
|
, coreutils
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ python311Packages.buildPythonPackage rec {
|
|||||||
pkg-config
|
pkg-config
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = with python311Packages; [
|
propagatedBuildInputs = with python311Packages; [
|
||||||
pyxdg
|
pyxdg
|
||||||
dbus-python
|
dbus-python
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user