From eac2cd88eaab71be039d06575c6560f994fd59a3 Mon Sep 17 00:00:00 2001 From: Emmet Date: Tue, 2 Sep 2025 20:18:52 -0500 Subject: [PATCH] work updates --- hosts/zenith/configuration.nix | 3 +++ hosts/zenith/home.nix | 5 +++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/zenith/configuration.nix b/hosts/zenith/configuration.nix index 050b9d22..1293f29f 100644 --- a/hosts/zenith/configuration.nix +++ b/hosts/zenith/configuration.nix @@ -46,6 +46,9 @@ }; }; + programs.localsend.enable = true; + programs.localsend.openFirewall = true; + home-manager.users.emmet.userSettings = { name = "Emmet"; }; diff --git a/hosts/zenith/home.nix b/hosts/zenith/home.nix index 9954ab16..73ae75db 100644 --- a/hosts/zenith/home.nix +++ b/hosts/zenith/home.nix @@ -26,6 +26,7 @@ music.enable = true; office.enable = true; recording.enable = true; + remote.enable = true; virtualization = { virtualMachines.enable = true; }; @@ -41,11 +42,11 @@ }; home.packages = with pkgs; [ - openldap ldapvi rclone teams-for-linux + openldap ldapvi rclone teams-for-linux rpi-imager freerdp tigervnc unixtools.xxd ]; home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable { - AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card0"; + AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card1"; }; wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {