niri
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user