spin off games folder

This commit is contained in:
Sean Kovacs 2025-12-19 12:54:45 -05:00
commit 1666d20a66
Signed by: sckova
GPG key ID: 00F325187C68651A
5 changed files with 24 additions and 8 deletions

View file

@ -97,7 +97,7 @@
(import ./packages/overlay.nix)
];
}
./system/all.nix
./system
./system/widevine
./system/shell/fish.nix
./system/tailscale
@ -135,7 +135,7 @@
home.username = user;
home.homeDirectory = "/home/${user}";
modules = [
./home/all.nix
./home
./home/hosts/${hostname}.nix
catppuccin.homeModules.catppuccin
home-manager.homeModules.home-manager

View file

@ -161,11 +161,10 @@
browsh
mosh
spotify-player
gh
# development & tooling
gh
jdk21_headless
xorg.xcursorgen
# kde and kde theming
kde-rounded-corners
@ -178,10 +177,6 @@
bitwarden-desktop
qbittorrent
# gui applications ( games )
openmw
prismlauncher
# gui applications ( multimedia )
audacity
strawberry

View file

@ -0,0 +1,14 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
(prismlauncher.override {
jdks = [
jdk25
jdk21
jdk17
jdk8
];
})
];
}

View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
home.packages = with pkgs; [ openmw ];
}

View file

@ -54,6 +54,8 @@
home-manager.users.sckova = {
imports = [
../home
../home/games/minecraft
../home/games/morrowind
../home/graphical/discord
../home/graphical/firefox
../home/graphical/mpv