enable plasma in ares

This commit is contained in:
Osman Faruk Bayram 2025-12-20 14:58:29 +03:00
parent a647db06a5
commit 0adc4ed5d2

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ inputs, lib, ... }:
{
imports = [
./hardware-configuration.nix
@ -7,9 +7,9 @@
];
osbmModules = {
# desktopEnvironment = {
# plasma.enable = true;
# };
desktopEnvironment = {
plasma.enable = true;
};
familyUser.enable = true;
programs = {
adbFastboot.enable = true;
@ -31,9 +31,14 @@
enable = true;
autoStart = true;
user = "osbm";
desktopSession = "plasma";
};
decky-loader.enable = true;
};
# Disable SDDM since Jovian manages its own display manager
services.displayManager.sddm.enable = lib.mkForce false;
networking = {
hostName = "ares";