This commit is contained in:
iFargle 2024-01-02 22:05:33 +09:00
parent b7c67238ff
commit 889d85841c

View file

@ -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" ];