huge cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ config, pkgs, pkgs-unstable, lib, host, inputs, ... }:
|
||||
{ config, pkgs, pkgs-unstable, lib, host, domain, inputs, ... }:
|
||||
let
|
||||
grub-theme-ascii-diana = (pkgs.fetchFromGitea {
|
||||
domain = "git.nx2.site";
|
||||
domain = "git.${domain}";
|
||||
owner = "nx2";
|
||||
repo = "grub-theme-ascii-diana";
|
||||
rev = "0.5.0";
|
||||
|
||||
Reference in New Issue
Block a user