init(release): desktop template -> desktop wip

This commit is contained in:
Rasyidan Akbar F. 2025-10-24 11:09:00 +07:00
commit 1ae2855bb1
18 changed files with 63 additions and 92 deletions

View file

@ -1,5 +1,4 @@
{ ... }:
{
{ ... }: {
# Desktop user configuration (for Hyprland/Niri setups)
imports = [

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
{
{ pkgs, ... }: {
# Gaming user configuration (for KDE Plasma)
imports = [
@ -12,17 +11,18 @@
];
# Gaming-specific user packages
home.packages = with pkgs; [
# Communication
# discord
# teamspeak_client
home.packages = with pkgs;
[
# Communication
# discord
# teamspeak_client
# Streaming/Recording
# obs-studio
# Streaming/Recording
# obs-studio
# Media
# spotify
];
# Media
# spotify
];
# KDE-specific settings (optional)
# programs.plasma = {