4-14 update

This commit is contained in:
2025-04-14 12:00:29 -04:00
parent 7326ab40f0
commit c12ae3a9e9
11 changed files with 45 additions and 11 deletions

View File

@@ -18,7 +18,8 @@ in {
environment.systemPackages = with pkgs; [
#snes9x-gtk
#cust-openrct2
#dwarf-fortress-packages.dwarf-fortress-full
mgba
dwarf-fortress-packages.dwarf-fortress-full
prismlauncher
];
};

View File

@@ -42,8 +42,15 @@
uhk-agent
jq
wl-clipboard
cmake
libnotify
gnumake
file
pkg-config
openssl
openssl_3
openssl_3_0
openssl_3_3
libvirt-glib
man-pages
man-pages-posix

View File

@@ -1,7 +1,7 @@
{ pkgs, self, lib, config, ... }:
let
scheme = "tokyo-night-dark";
scheme = "chalk";
wallpaper = "${self}/assets/wallpapers/dark-waves.jpg";
in {
options = {