Add ghostty and black hole background

This commit is contained in:
2025-01-04 22:27:44 -06:00
parent 19b229b265
commit d01c79bea1
4 changed files with 137 additions and 6 deletions

View File

@@ -5,6 +5,7 @@
inputs,
username,
stylix,
ghostty,
...
}: {
imports =
@@ -130,6 +131,7 @@
dconf2nix
libation
sops
ghostty.packages.x86_64-linux.default
];
environment.variables = {
EDITOR = "nvim";
@@ -138,7 +140,7 @@
services.flatpak.enable = true;
stylix.enable = true;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/solarflare.yaml";
stylix.image = /home/jared/Pictures/SupermassiveBinaryBlackHoles.png;
stylix.image = ../../backgrounds/SupermassiveBinaryBlackHoles.png;
stylix.cursor.package = pkgs.vimix-cursor-theme;
stylix.cursor.name = "Vimix-Cursors";
stylix.targets.gnome.enable = true;