Sif: fallback setup with plasma 5

This commit is contained in:
Filippo Berto 2025-08-05 15:33:19 +02:00
parent a55894a003
commit bc4cacb9ac
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
3 changed files with 4 additions and 9 deletions

View file

@ -325,7 +325,7 @@
# ./modules/nixos/s3_cache_write.nix
# { age.secrets.s3_sif = { file = ./secrets/s3_sif.age; owner = "bertof"; }; }
./modules/nixos/plasma6.nix
# ./modules/nixos/plasma6.nix
# ./modules/nixos/ollama.nix
./modules/nixos/pro_audio.nix
./modules/nixos/kdeconnect.nix

View file

@ -118,19 +118,15 @@
services = {
# desktopManager.gnome.enable = true;
# desktopManager.plasma6 = { enable = true; enableQt5Integration = true; };
# services.displayManager.sddm.enable = true;
displayManager.sddm.enable = true;
desktopManager.cosmic.enable = true;
displayManager.cosmic-greeter.enable = true;
# displayManager.cosmic-greeter.enable = true;
# X11 windowing system.
xserver = {
enable = true;
# videoDrivers = [ "intel" ];
# desktopManager.plasma5 = {
# enable = true;
# runUsingSystemd = true;
# };
desktopManager.plasma5 = { enable = true; runUsingSystemd = true; };
xkb = {
layout = "us,it";
options = "eurosign:e,terminate:ctrl_alt_bksp,compose:rctrl,grp:menu_toggle";

View file

@ -139,7 +139,6 @@
../../modules/hm/yazi.nix
../../modules/hm/zathura.nix
../../modules/hm/zellij.nix
];
home.stateVersion = "24.11";