test
This commit is contained in:
parent
b7c67238ff
commit
889d85841c
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, inputs, config, pkgs, hostname, gpu, ... }: {
|
{ lib, inputs, config, pkgs, username, hostname, gpu, ... }: {
|
||||||
imports = [ inputs.kde2nix.nixosModules.plasma6 ];
|
imports = [ inputs.kde2nix.nixosModules.plasma6 ];
|
||||||
|
|
||||||
# Enable sound with pipewire.
|
# Enable sound with pipewire.
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
tailscale-systray
|
tailscale-systray
|
||||||
];
|
];
|
||||||
|
|
||||||
systemd.services = {
|
systemd.user.services = {
|
||||||
"get-theme-times" = {
|
"get-theme-times" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
path = [ pkgs.curl ];
|
path = [ pkgs.curl ];
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.timers = {
|
systemd.user.timers = {
|
||||||
"light-theme" = {
|
"light-theme" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
partOf = [ "light-theme.service" ];
|
partOf = [ "light-theme.service" ];
|
||||||
|
|
Loading…
Reference in a new issue