about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-09-29 21:13:48 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2024-09-29 21:13:48 +0200
commitbe1789beacbb8767c39516f9f9ae49159aff88ab (patch)
tree87320e6b8a5f0391e659ac8569b0924c82f8770c
parentd882d225a94180bcb181277a3bf2cfa12d8fd71c (diff)
downloaddots-be1789beacbb8767c39516f9f9ae49159aff88ab.tar.gz
dots-be1789beacbb8767c39516f9f9ae49159aff88ab.zip
t14: 37 current 2024-09-29 21:13:44 24.05.20240928.fbca5e7 6.6.52 *
-rw-r--r--machines/x220-gnome/pn.nix4
-rw-r--r--modules/gnome.nix5
2 files changed, 5 insertions, 4 deletions
diff --git a/machines/x220-gnome/pn.nix b/machines/x220-gnome/pn.nix
index 291752e..3bf8392 100644
--- a/machines/x220-gnome/pn.nix
+++ b/machines/x220-gnome/pn.nix
@@ -8,10 +8,6 @@
 		isNormalUser = true;
 		description = "Patryk Niedźwiedziński";
 		extraGroups = [ "networkmanager" "wheel" ];
-		packages = with pkgs; [
-			gnomeExtensions.gsconnect
-			gnomeExtensions.hibernate-status-button
-		];
 	};
 	
 
diff --git a/modules/gnome.nix b/modules/gnome.nix
index f175fc2..d032d4b 100644
--- a/modules/gnome.nix
+++ b/modules/gnome.nix
@@ -92,6 +92,11 @@ in
 
 	boot.plymouth.enable = true;
 
+	programs.kdeconnect = {
+		enable = true;
+		package = pkgs.gnomeExtensions.gsconnect;
+	};
+
 	environment.systemPackages = with pkgs; [
 		switch-theme
 		libnotify