Update configuration.nix
This commit is contained in:
@@ -99,12 +99,16 @@
|
||||
services.blueman.enable = true;
|
||||
|
||||
############################################################
|
||||
# DESKTOP - GNOME
|
||||
# DESKTOP - GNOME OR KDE
|
||||
############################################################
|
||||
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
services.libinput.enable = true;
|
||||
# services.displayManager.gdm.enable = true;
|
||||
# services.desktopManager.gnome.enable = true;
|
||||
# services.libinput.enable = true;
|
||||
|
||||
services.displayManager.sddm.enable = true;
|
||||
services.displayManager.sddm.wayland.enable = true;
|
||||
services.desktopManager.plasma6.enable = true;
|
||||
|
||||
############################################################
|
||||
# AUDIO - PIPEWIRE
|
||||
@@ -146,14 +150,10 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
vim
|
||||
curl
|
||||
wget
|
||||
openssh
|
||||
|
||||
gnomeExtensions.dash-in-panel
|
||||
gnomeExtensions.dash-to-panel
|
||||
|
||||
obsidian
|
||||
libreoffice
|
||||
keepassxc
|
||||
|
||||
Reference in New Issue
Block a user