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