From 8df25e2fc8bb4a345c69e82eea68842e1a6ade6f Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Thu, 9 Jan 2025 12:41:28 -0500 Subject: [PATCH] Basic desktop application configuration --- home-manager/modules/programs/desktop.nix | 8 ++++++++ nixos/machines/crash/configuration.nix | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/home-manager/modules/programs/desktop.nix b/home-manager/modules/programs/desktop.nix index 0647cae..a76748b 100644 --- a/home-manager/modules/programs/desktop.nix +++ b/home-manager/modules/programs/desktop.nix @@ -2,11 +2,18 @@ config, lib, pkgs, + inputs', ... }: { home.packages = with pkgs; [ + webcord-vencord + spotify + protonmail-desktop + inputs'.nixpkgs-unstable.legacyPackages.ente-web + protonvpn-gui + calibre ]; services.syncthing = { @@ -15,4 +22,5 @@ enable = true; }; }; + } diff --git a/nixos/machines/crash/configuration.nix b/nixos/machines/crash/configuration.nix index 364dd65..9916a6b 100644 --- a/nixos/machines/crash/configuration.nix +++ b/nixos/machines/crash/configuration.nix @@ -79,7 +79,7 @@ # Enable the KDE Plasma Desktop Environment. services.displayManager.sddm.enable = true; services.desktopManager.plasma6.enable = true; - + environment.sessionVariables.NIXOS_OZONE_WL = "1"; # Setup bluetooth hardware.bluetooth.enable = true;