clean
nix flake show / show-flake (push) Successful in 50s

This commit is contained in:
smayzy
2025-08-02 15:24:45 +02:00
parent 1f6904cbc9
commit 852d9a2baa
4 changed files with 55 additions and 29 deletions
+5 -5
View File
@@ -7,11 +7,11 @@ in
services.mako = {
enable = true;
settings = {
font="JetBrainsMono 10";
background-color="#282828";
text-color="#ebdbb2";
border-color="#98971a";
border-size=2;
font = "JetBrainsMono 10";
background-color = "#282828";
text-color = "#ebdbb2";
border-color = "#98971a";
border-size = 2;
};
};
};
+6 -1
View File
@@ -1,4 +1,9 @@
{ lib, config, pkgs, ... }:
{
lib,
config,
pkgs,
...
}:
let
inherit (lib) mkIf mkOption types;
in
+6 -1
View File
@@ -1,4 +1,9 @@
{ config, lib, pkgs, ...}:
{
config,
lib,
pkgs,
...
}:
let
inherit (lib) mkIf mkOption types;
in