Update configuration.nix

This commit is contained in:
ska
2025-12-25 21:57:48 +00:00
parent 45ac80c6e3
commit 866244899b

View File

@@ -99,12 +99,16 @@
services.blueman.enable = true; services.blueman.enable = true;
############################################################ ############################################################
# DESKTOP - GNOME # DESKTOP - GNOME OR KDE
############################################################ ############################################################
services.displayManager.gdm.enable = true; # services.displayManager.gdm.enable = true;
services.desktopManager.gnome.enable = true; # services.desktopManager.gnome.enable = true;
services.libinput.enable = true; # services.libinput.enable = true;
services.displayManager.sddm.enable = true;
services.displayManager.sddm.wayland.enable = true;
services.desktopManager.plasma6.enable = true;
############################################################ ############################################################
# AUDIO - PIPEWIRE # AUDIO - PIPEWIRE
@@ -146,14 +150,10 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
git git
vim
curl curl
wget wget
openssh openssh
gnomeExtensions.dash-in-panel
gnomeExtensions.dash-to-panel
obsidian obsidian
libreoffice libreoffice
keepassxc keepassxc