summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-04-10 18:30:24 +0200
committerSilas Schöffel <sils@sils.li>2024-04-10 18:31:41 +0200
commit75c35935441753e7e45bac4983917d8c85d7ec60 (patch)
tree25026479a3c16a263709c1f6e4fd431115ac5d55 /flake.nix
parentfirefox: add banking container (diff)
downloadnix-config-75c35935441753e7e45bac4983917d8c85d7ec60.tar.gz
nix-config-75c35935441753e7e45bac4983917d8c85d7ec60.zip
firefox: add user-js
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index f070713..b32e09f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -102,6 +102,7 @@
       url = "git+https://git.michaelball.name/gid/base16-tokyo-night-scheme.git";
       flake = false;
     };
+
     systems = {
       url = "git+https://codeberg.org/sils/systems"; #  specify systems to evaluate
     };
@@ -157,6 +158,11 @@
       url = "git+https://git.project-insanity.org/onny/wl-togglescreens.git?ref=main";
       inputs.nixpkgs.follows = "nixpkgs";
     };
+
+    arkenfox-user-js = {
+      url = "github:arkenfox/user.js";
+      flake = false;
+    };
   };
   #}}}
   outputs = {
@@ -175,6 +181,7 @@
     agenix,
     ragenix,
     git-hooks,
+    arkenfox-user-js,
     ...
   } @ attrs:
     flake-utils.lib.eachDefaultSystem (system: let
@@ -239,6 +246,7 @@
           flake-utils
           agenix
           ragenix
+          arkenfox-user-js
           ;
       };
     };