finally works g add .g add . thanks flafy :3

This commit is contained in:
jacekpoz 2023-07-23 20:51:31 +02:00
parent e800d54046
commit 7060314ba8
3 changed files with 2 additions and 3 deletions

View file

@ -24,8 +24,6 @@
};
};
nixpkgs.overlays = [ inputs.nur.overlay ];
home = {
username = "jacek";
homeDirectory = "/home/jacek";

View file

@ -33,7 +33,7 @@
version = "20.5.22.1";
addonId = "{a9226ee9-7998-47bd-b72e-a1b56df7f77b}";
url = "https://addons.mozilla.org/firefox/downloads/file/3585060/yomichan-20.5.22.1.xpi";
sha256 = "";
sha256 = "sha256-/icvPD/nCJYS31owfYMD25QzFjsxAqapy/UAehhxsy8=";
};
};
in {

View file

@ -21,6 +21,7 @@ let
in
{
nixpkgs.config.allowUnfree = true;
nixpkgs.overlays = [ inputs.nur.overlay ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;