- modules/desktop-jovian.nix: shared Jovian deck-mode config (unfree predicate, jovian.steam, sddm, gamescope override, imports desktop-steam-update.nix) - home/progs/steam-shortcuts.nix: declarative non-Steam shortcuts (Prism Launcher); add new entries here for all Jovian hosts - hosts/yarn/default.nix: reduced to host-specific config only - hosts/patiodeck/default.nix: same
9 lines
141 B
Nix
9 lines
141 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
../../home/profiles/gui.nix
|
|
../../home/profiles/desktop.nix
|
|
../../home/progs/steam-shortcuts.nix
|
|
];
|
|
}
|