From 20f17d81c2a73cc5334d4a847dda3723c3da6064 Mon Sep 17 00:00:00 2001 From: "Gustavo L de Mello (Guz)" Date: Thu, 19 Sep 2024 09:25:27 -0300 Subject: [PATCH] feat: add xfce as backup de --- hosts/fighter/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/fighter/configuration.nix b/hosts/fighter/configuration.nix index f5bc22b..748e3ee 100644 --- a/hosts/fighter/configuration.nix +++ b/hosts/fighter/configuration.nix @@ -40,6 +40,7 @@ services.xserver = { enable = true; + desktopManager.xfce.enable = true; }; services.displayManager = { sddm.enable = true; @@ -149,6 +150,7 @@ # Allow unfree packages nixpkgs.config.allowUnfree = true; + nixpkgs.config.allowUnfreePredicate = _: true; # Enable the OpenSSH daemon. services.openssh.enable = true;