pacifidlog: use kde (#145)
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / adjustor-build (push) Waiting to run
nix-build / clean-install-build (push) Waiting to run
nix-build / hhd-ui-build (push) Waiting to run
nix-build / rofi-bluetooth-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

* pacifidlog: use kde

* pacifidlog: fix plasma session name for jovian

* desktop: enable follows gnome and kde module
This commit is contained in:
Aly Raffauf 2024-10-26 00:08:03 -04:00 committed by GitHub
parent 553f0450d7
commit 1a726ab4fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View file

@ -15,7 +15,9 @@
config =
lib.mkIf (
config.ar.home.desktop.hyprland.enable
config.ar.home.desktop.gnome.enable
|| config.ar.home.desktop.hyprland.enable
|| config.ar.home.desktop.kde.enable
|| config.ar.home.desktop.sway.enable
) {
dconf = {

View file

@ -65,7 +65,7 @@
steam = {
enable = true;
autoStart = true;
desktopSession = "hyprland";
desktopSession = "plasma";
environment = {
STEAM_EXTRA_COMPAT_TOOLS_PATHS = lib.makeSearchPathOutput "steamcompattool" "" config.programs.steam.extraCompatPackages;
@ -113,7 +113,7 @@
steam.enable = true;
};
desktop.hyprland.enable = true;
desktop.kde.enable = true;
laptopMode = true;
services.flatpak.enable = true;