More correctly get home directory in Firefox config
This commit is contained in:
parent
75f97a4940
commit
8014e13950
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, user, ... }:
|
||||
{ pkgs, user, config, ... }:
|
||||
|
||||
let
|
||||
startpageDir = import ../startpage/dir.nix;
|
||||
startpage = "file:///home/${user}/${startpageDir}/index.html";
|
||||
startpage = "file:///${config.home.homeDirectory}/${startpageDir}/index.html";
|
||||
firefox-csshacks = pkgs.fetchFromGitHub {
|
||||
owner = "MrOtherGuy";
|
||||
repo = "firefox-csshacks";
|
||||
|
|
Loading…
Add table
Reference in a new issue