Splitting desktop to user and gnome and adding agenix

This commit is contained in:
Lyes Saadi 2025-03-22 14:16:04 +01:00
parent 0350576970
commit 49ad024034
Signed by: lyes
GPG key ID: 55A1D803917CF39A
14 changed files with 453 additions and 274 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }:
{ ... }:
{
# Networking
@ -53,10 +53,4 @@
# Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
# KDE Connect
programs.kdeconnect = {
enable = true;
package = lib.mkDefault pkgs.gnomeExtensions.gsconnect;
};
}