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 # ./modules/nixos/s3_cache_write.nix
# { age.secrets.s3_sif = { file = ./secrets/s3_sif.age; owner = "bertof"; }; } # { 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/ollama.nix
./modules/nixos/pro_audio.nix ./modules/nixos/pro_audio.nix
./modules/nixos/kdeconnect.nix ./modules/nixos/kdeconnect.nix

View file

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

View file

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