mirror of
https://github.com/kmein/niveum
synced 2026-03-28 23:31:07 +01:00
Compare commits
2 Commits
ef7c53f15b
...
f79ab7211c
| Author | SHA1 | Date | |
|---|---|---|---|
| f79ab7211c | |||
| 6121a8db3a |
@@ -291,6 +291,7 @@ in {
|
||||
./unclutter.nix
|
||||
./vscode.nix
|
||||
./watson.nix
|
||||
./wallpaper.nix
|
||||
./zsh.nix
|
||||
./tor.nix
|
||||
./stw-berlin.nix
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png";
|
||||
# url = "http://wallpaper.r/realwallpaper-krebs-stars-berlin.png";
|
||||
url = "http://wallpaper.r/realwallpaper-krebs.png";
|
||||
stateDir = "~/.cache/wallpaper";
|
||||
in {
|
||||
systemd.user.services.wallpaper = {
|
||||
|
||||
@@ -28,6 +28,8 @@ in {
|
||||
../../configs/nix.nix
|
||||
];
|
||||
|
||||
services.pipewire.systemWide = true;
|
||||
|
||||
age.secrets = {
|
||||
retiolum-rsa = {
|
||||
file = ../../secrets/zaatar-retiolum-privateKey-rsa.age;
|
||||
|
||||
@@ -36,7 +36,7 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
users.users.${config.services.mpd.user}.extraGroups = ["pipewire"];
|
||||
users.users.${config.services.mpd.user}.extraGroups = ["pipewire" "audio"];
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
|
||||
Reference in New Issue
Block a user