From 080e8b7f52ae1bf433abbbd74c7cf10f422edfff Mon Sep 17 00:00:00 2001 From: oddlama Date: Thu, 17 Oct 2024 15:50:01 +0200 Subject: [PATCH] chore: minor changes, enable flatpak locally for kicad, fix hyprland cursors --- config/users.nix | 1 + hosts/envoy/stalwart-mail.nix | 2 +- hosts/kroma/default.nix | 1 + pkgs/actual-server.nix | 2 +- users/myuser/graphical/hyprland.nix | 1 + 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/config/users.nix b/config/users.nix index a1565c8..1b95399 100644 --- a/config/users.nix +++ b/config/users.nix @@ -37,5 +37,6 @@ gamemode = uidGid 972; plausible = uidGid 971; actual = uidGid 970; + flatpak = uidGid 969; }; } diff --git a/hosts/envoy/stalwart-mail.nix b/hosts/envoy/stalwart-mail.nix index b5c26be..af1f016 100644 --- a/hosts/envoy/stalwart-mail.nix +++ b/hosts/envoy/stalwart-mail.nix @@ -559,7 +559,7 @@ in { "${cfg.package}/bin/stalwart-mail --config=/run/stalwart-mail/config.toml" ]; RestartSec = "60"; # Retry every minute - CacheDirectory = "stalwart-mail"; + CacheDirectory = lib.trace "remove stalwart cache soon, it's upstream" "stalwart-mail"; }; }; diff --git a/hosts/kroma/default.nix b/hosts/kroma/default.nix index e4f8cf0..7f01834 100644 --- a/hosts/kroma/default.nix +++ b/hosts/kroma/default.nix @@ -107,6 +107,7 @@ programs.nix-ld.enable = true; topology.self.icon = "devices.desktop"; + services.flatpak.enable = true; hardware.nvidia-container-toolkit.enable = true; virtualisation.containers.enable = true; virtualisation.podman = { diff --git a/pkgs/actual-server.nix b/pkgs/actual-server.nix index 7f82656..e1905ef 100644 --- a/pkgs/actual-server.nix +++ b/pkgs/actual-server.nix @@ -86,6 +86,6 @@ in homepage = "https://actualbudget.com/"; license = licenses.mit; mainProgram = "actual-server"; - maintainers = with maintainers; [patrickdag oddlama]; + maintainers = with maintainers; [oddlama patrickdag]; }; } diff --git a/users/myuser/graphical/hyprland.nix b/users/myuser/graphical/hyprland.nix index 16124f6..22347db 100644 --- a/users/myuser/graphical/hyprland.nix +++ b/users/myuser/graphical/hyprland.nix @@ -157,6 +157,7 @@ in { }; cursor.no_warps = true; + cursor.no_hardware_cursors = true; debug.disable_logs = false; misc = {