2-13-25 update

This commit is contained in:
2025-02-13 16:58:23 -05:00
parent ebce574127
commit 95c4f2bb0c
11 changed files with 422 additions and 300 deletions

View File

@@ -1,14 +1,6 @@
{
programs.nixvim = {
plugins = {
dap = {
enable = true;
extensions.dap-ui.enable = true;
};
dap-lldb = {
enable = true;
autoLoad = true;
};
nix.enable = true;
endwise.enable = true;
undotree.enable = true;

View File

@@ -16,9 +16,9 @@ in {
};
config = lib.mkIf config.movOpts.softwareCfg.gamingPkgs.enable {
environment.systemPackages = with pkgs; [
snes9x-gtk
cust-openrct2
dwarf-fortress-packages.dwarf-fortress-full
#snes9x-gtk
#cust-openrct2
#dwarf-fortress-packages.dwarf-fortress-full
prismlauncher
];
};

View File

@@ -14,7 +14,6 @@
fail2ban
git
gcc
lldb
zip
unzip
hyprland-workspaces
@@ -46,6 +45,9 @@
libnotify
file
libvirt-glib
man-pages
man-pages-posix
most
];
};
}