From c1b48e9f2bfc4ae0e48d0c8e35ad1f4a2189ec30 Mon Sep 17 00:00:00 2001 From: BossCode45 Date: Wed, 18 Jun 2025 18:20:45 +1200 Subject: feat: Packaged adom and updated some stuff Made a package for the game adom Also switched form lightdm to sddm YATwm works slightly better Note: The current flake.nix will fail for anyone else as it uses a path to find the flake --- my-pkgs/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 my-pkgs/default.nix (limited to 'my-pkgs/default.nix') diff --git a/my-pkgs/default.nix b/my-pkgs/default.nix new file mode 100644 index 0000000..ccf18f5 --- /dev/null +++ b/my-pkgs/default.nix @@ -0,0 +1,8 @@ +{ config, pkgs, lib, ... }: +{ + nixpkgs.overlays = [ + (final: prev: { + adom = prev.callPackage ./adom.nix { }; + }) + ]; +} -- cgit v1.2.3