summaryrefslogtreecommitdiff
path: root/hosts/desktop/configuration.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-11-11 02:03:08 +0100
committeradikro <adikro@disroot.org>2025-11-11 02:03:08 +0100
commit6eba8a6c0dc1ca437584133f62a9a8257639c610 (patch)
tree626d03357d4495af9b7dd45a963ceec99e69319d /hosts/desktop/configuration.nix
parente65a63d62a0cd40a7463c356bb2e43be057703ca (diff)
simplified workspace switching, fixed drun not being able to launch some applications
Diffstat (limited to 'hosts/desktop/configuration.nix')
-rw-r--r--hosts/desktop/configuration.nix2
1 files changed, 0 insertions, 2 deletions
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;