smol iso pls

This commit is contained in:
2026-04-23 22:08:15 -05:00
parent 13eecd7ae7
commit 2f89e5771d
2 changed files with 29 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
flake.homeModules.nathan = { config, lib, pkgs, ... }: {
options.olympus.packageSet = lib.mkOption {
type = lib.types.str;
default = "full";
};
config = with lib; mkMerge [
{
@@ -56,13 +61,24 @@
wl-clipboard
xfce.thunar
blueberry
brightnessctl
libdbusmenu-gtk3
];
})
(mkIf (config.olympus.packageSet == "full") {
nixpkgs.config = {
allowUnfree = true;
};
home.packages = with pkgs; [
handbrake
quickemu
bottles
brightnessctl
libdbusmenu-gtk3
lmms
#unfree {