From 889d85841c29d51f250b08683f6960f4c09d91e5 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 2 Jan 2024 22:05:33 +0900 Subject: [PATCH] test --- nixos/common/desktops/plasma6/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/common/desktops/plasma6/default.nix b/nixos/common/desktops/plasma6/default.nix index 93396eeb..5ce724ba 100644 --- a/nixos/common/desktops/plasma6/default.nix +++ b/nixos/common/desktops/plasma6/default.nix @@ -1,4 +1,4 @@ -{ lib, inputs, config, pkgs, hostname, gpu, ... }: { +{ lib, inputs, config, pkgs, username, hostname, gpu, ... }: { imports = [ inputs.kde2nix.nixosModules.plasma6 ]; # Enable sound with pipewire. @@ -35,7 +35,7 @@ tailscale-systray ]; - systemd.services = { + systemd.user.services = { "get-theme-times" = { enable = true; path = [ pkgs.curl ]; @@ -61,7 +61,7 @@ }; }; - systemd.timers = { + systemd.user.timers = { "light-theme" = { enable = true; partOf = [ "light-theme.service" ];