flake: apply nixpkgs-fmt treewide
This commit is contained in:
parent
8c3d03e9cb
commit
b3c0bc9cb0
13 changed files with 279 additions and 276 deletions
|
@ -27,7 +27,8 @@ let
|
||||||
websites = lib.genAttrs [
|
websites = lib.genAttrs [
|
||||||
"inx.moe"
|
"inx.moe"
|
||||||
"stickers.inx.moe"
|
"stickers.inx.moe"
|
||||||
] mkWebsite;
|
]
|
||||||
|
mkWebsite;
|
||||||
|
|
||||||
redirects = lib.mapAttrs mkRedirect {
|
redirects = lib.mapAttrs mkRedirect {
|
||||||
"nitter.inx.moe" = "twitter.com";
|
"nitter.inx.moe" = "twitter.com";
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ lib }:
|
{ lib }:
|
||||||
lib.makeExtensible (self:
|
lib.makeExtensible
|
||||||
|
(self:
|
||||||
with lib;
|
with lib;
|
||||||
rec {
|
rec {
|
||||||
flattenListSet = imports: (flatten (concatLists (attrValues imports)));
|
flattenListSet = imports: (flatten (concatLists (attrValues imports)));
|
||||||
|
|
|
@ -33,7 +33,8 @@ in
|
||||||
config = mkMerge [
|
config = mkMerge [
|
||||||
{
|
{
|
||||||
home.home.packages = with pkgs; [
|
home.home.packages = with pkgs; [
|
||||||
(mkIf cfg.prismlauncher.enable cfg.prismlauncher.package) alsa-oss
|
(mkIf cfg.prismlauncher.enable cfg.prismlauncher.package)
|
||||||
|
alsa-oss
|
||||||
(mkIf cfg.lutris.enable cfg.lutris.package)
|
(mkIf cfg.lutris.enable cfg.lutris.package)
|
||||||
(mkIf cfg.olympus.enable cfg.olympus.package)
|
(mkIf cfg.olympus.enable cfg.olympus.package)
|
||||||
(mkIf cfg.puzzles.enable cfg.puzzles.package)
|
(mkIf cfg.puzzles.enable cfg.puzzles.package)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue