format with nixfmt to nixpkgs standarts
nix flake show / show-flake (push) Successful in 27s

This commit is contained in:
smayzy
2025-07-24 19:19:46 +02:00
parent 8ce74dd7bf
commit 092579af98
56 changed files with 438 additions and 218 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ lib, config, ... }:
{ lib, config, ... }:
let
inherit (lib) mkIf mkOption types;
in
+7 -2
View File
@@ -1,4 +1,9 @@
{ lib, config, pkgs, ... }:
{
lib,
config,
pkgs,
...
}:
let
inherit (lib) mkIf mkOption types;
in
@@ -10,6 +15,6 @@ in
};
config = mkIf config.smayzy.floorp.enable {
environment.systemPackages = with pkgs; [ floorp ];
environment.systemPackages = with pkgs; [ floorp ];
};
}
+7 -2
View File
@@ -1,4 +1,9 @@
{ lib, config, pkgs, ... }:
{
lib,
config,
pkgs,
...
}:
let
inherit (lib) mkIf mkOption types;
in
@@ -10,6 +15,6 @@ in
};
config = mkIf config.smayzy.librewolf.enable {
environment.systemPackages = with pkgs; [ librewolf ];
environment.systemPackages = with pkgs; [ librewolf ];
};
}