mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 17:53:55 -05:00
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
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:
parent
553f0450d7
commit
1a726ab4fa
|
@ -15,7 +15,9 @@
|
||||||
|
|
||||||
config =
|
config =
|
||||||
lib.mkIf (
|
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
|
|| config.ar.home.desktop.sway.enable
|
||||||
) {
|
) {
|
||||||
dconf = {
|
dconf = {
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
desktopSession = "hyprland";
|
desktopSession = "plasma";
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
STEAM_EXTRA_COMPAT_TOOLS_PATHS = lib.makeSearchPathOutput "steamcompattool" "" config.programs.steam.extraCompatPackages;
|
STEAM_EXTRA_COMPAT_TOOLS_PATHS = lib.makeSearchPathOutput "steamcompattool" "" config.programs.steam.extraCompatPackages;
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
desktop.hyprland.enable = true;
|
desktop.kde.enable = true;
|
||||||
laptopMode = true;
|
laptopMode = true;
|
||||||
services.flatpak.enable = true;
|
services.flatpak.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue