From 6eba8a6c0dc1ca437584133f62a9a8257639c610 Mon Sep 17 00:00:00 2001 From: adikro Date: Tue, 11 Nov 2025 02:03:08 +0100 Subject: simplified workspace switching, fixed drun not being able to launch some applications --- hosts/desktop/configuration.nix | 2 -- 1 file changed, 2 deletions(-) (limited to 'hosts') diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix index 14adc7c..c206d8f 100644 --- a/hosts/desktop/configuration.nix +++ b/hosts/desktop/configuration.nix @@ -1,5 +1,4 @@ { inputs, pkgs, ... }: - { nixpkgs.config.allowUnfree = true; @@ -58,7 +57,6 @@ hardware.cpu.amd.updateMicrocode = true; services.xserver.videoDrivers = [ "amdgpu" ]; hardware.sensor.iio.enable = true; -programs.kdeconnect.enable = true; services.lact.enable = true; environment.variables.AMD_VULKAN_ICD = "RADV"; hardware.amdgpu.initrd.enable = true; -- cgit v1.3