mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
refactor: pkgs paths to self
This commit is contained in:
parent
b71bb5794a
commit
d397be861b
26 changed files with 174 additions and 126 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{ self, lib, pkgs, ... }:
|
||||
let
|
||||
lock-false = {
|
||||
Value = false;
|
||||
|
|
@ -14,7 +14,7 @@ in
|
|||
type = lib.types.attrs;
|
||||
default = {
|
||||
isDefault = false;
|
||||
userChrome = builtins.readFile ../../programs/firefox/chrome/userChrome.css;
|
||||
userChrome = builtins.readFile "${self}/programs/firefox/chrome/userChrome.css";
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
tridactyl
|
||||
tampermonkey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue