summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-14 12:06:20 +0200
committersils <sils@sils.li>2023-08-14 12:06:20 +0200
commita655970f312e971137b8299a2fac4a70958381ca (patch)
tree75ee92e5c2ae220cd8c211858459987e3491d9b2
parentFix(u/sils/waybar): Specify absolute path of hyperctl (diff)
downloadnix-config-a655970f312e971137b8299a2fac4a70958381ca.tar.gz
nix-config-a655970f312e971137b8299a2fac4a70958381ca.zip
Fix(u/sils/mako): Cleanup
Diffstat (limited to '')
-rw-r--r--users/sils/mako/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/users/sils/mako/default.nix b/users/sils/mako/default.nix
index 2ce853b..d14531e 100644
--- a/users/sils/mako/default.nix
+++ b/users/sils/mako/default.nix
@@ -1,8 +1,4 @@
-{
-  config,
-  pkgs,
-  ...
-}: {
+{...}: {
   services.mako = {
     enable = true;
     backgroundColor = "#2e3440";
@@ -42,5 +38,3 @@
     '';
   };
 }
-# vim: ts=2
-