add polkit and attempt to autostart swaybg in niri

This commit is contained in:
2025-12-02 08:48:55 -07:00
parent 1beb97c222
commit 65242cd03a
11 changed files with 96 additions and 52 deletions

View File

@@ -1,14 +0,0 @@
{ config, pkgs, ... }:
{
# Configure systems to use Hydra as a binary cache substituter
nix.settings = {
substituters = [
"http://rhiannon.coven.systems:3000"
];
trusted-public-keys = [
"rhiannon.coven.systems:f8KiECrc7rY3vDMSy7sACyToxRLPECtQTcm6p8LFMPk="
];
};
}