This commit is contained in:
2025-03-14 18:49:25 +02:00
parent d2c2330b11
commit 4607b47fca
8 changed files with 611 additions and 666 deletions

View File

@ -4,8 +4,8 @@
config,
...
}: {
imports = [
inputs.stylix.nixosModules.stylix
imports = with inputs; [
stylix.nixosModules.stylix
];
environment.systemPackages = with pkgs; [
nerd-fonts.iosevka
@ -21,7 +21,7 @@
};
image = builtins.fetchurl {
url = "https://w.wallhaven.cc/full/2y/wallhaven-2y7xv6.jpg";
name = "wallhaven-2y7xv6";
name = "wallhaven-2y7xv6.jpg";
sha256 = "8c2118165298ff8f25138a2fed78e5f95e2494cfbf516b20ab1ff52dbad51afe";
};
opacity.terminal = 0.9;