forked from poz/niksos
finally works g add .g add . thanks flafy :3
This commit is contained in:
parent
e800d54046
commit
7060314ba8
3 changed files with 2 additions and 3 deletions
|
@ -24,8 +24,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ inputs.nur.overlay ];
|
||||
|
||||
home = {
|
||||
username = "jacek";
|
||||
homeDirectory = "/home/jacek";
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue