enable plasma in ares
This commit is contained in:
parent
a647db06a5
commit
0adc4ed5d2
1 changed files with 9 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, ... }:
|
{ inputs, lib, ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
@ -7,9 +7,9 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
osbmModules = {
|
osbmModules = {
|
||||||
# desktopEnvironment = {
|
desktopEnvironment = {
|
||||||
# plasma.enable = true;
|
plasma.enable = true;
|
||||||
# };
|
};
|
||||||
familyUser.enable = true;
|
familyUser.enable = true;
|
||||||
programs = {
|
programs = {
|
||||||
adbFastboot.enable = true;
|
adbFastboot.enable = true;
|
||||||
|
|
@ -31,9 +31,14 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
user = "osbm";
|
user = "osbm";
|
||||||
|
desktopSession = "plasma";
|
||||||
};
|
};
|
||||||
decky-loader.enable = true;
|
decky-loader.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Disable SDDM since Jovian manages its own display manager
|
||||||
|
services.displayManager.sddm.enable = lib.mkForce false;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "ares";
|
hostName = "ares";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue