From 201666c577e52fc2628815997edf787cfe4fbfc6 Mon Sep 17 00:00:00 2001 From: DuN0z Date: Sun, 2 Nov 2025 10:12:01 +0100 Subject: [PATCH] Changes: Penduick to plasma --- hm/users/dunoz-desktop.nix | 1 - hosts/penduick/configuration.nix | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/hm/users/dunoz-desktop.nix b/hm/users/dunoz-desktop.nix index 8b017b8..6db724f 100644 --- a/hm/users/dunoz-desktop.nix +++ b/hm/users/dunoz-desktop.nix @@ -1,6 +1,5 @@ {pkgs, ...}: { imports = [ - ../desktop/bspwm.nix ../common/browser.nix ../common/nvim.nix ./dunoz.nix diff --git a/hosts/penduick/configuration.nix b/hosts/penduick/configuration.nix index 40fa0f4..a254499 100644 --- a/hosts/penduick/configuration.nix +++ b/hosts/penduick/configuration.nix @@ -4,7 +4,7 @@ let in { imports = [ ./hardware-configuration.nix - ../../modules/desktop/xorg-bspwm.nix + ../../modules/desktop/plasma.nix ../../modules/common/nix.nix ../../modules/common/base.nix ../../modules/common/fonts.nix @@ -52,13 +52,6 @@ in { age ssh-to-age ]; - security.pam.services.i3lock = { - text = '' - auth required pam_unix.so - account required pam_unix.so - ''; - }; - # Optionnel mais utile pour SSH au démarrage systemd.services.sshd.wantedBy = [ "multi-user.target" ];