✨ prettify user.js path
parent
64891e10cb
commit
a69f60dedb
|
@ -1,6 +1,6 @@
|
||||||
{ config, lib, pkgs, inputs, ... }:
|
{ config, lib, pkgs, inputs, ... }:
|
||||||
let
|
let
|
||||||
arkenfox = builtins.readFile (inputs.arkenfox-userjs + "/user.js");
|
arkenfox = builtins.readFile "${inputs.arkenfox-userjs}/user.js";
|
||||||
overrides = {
|
overrides = {
|
||||||
## arkenfox overrides
|
## arkenfox overrides
|
||||||
# automatic search
|
# automatic search
|
||||||
|
|
Loading…
Reference in New Issue