Do some more rearranging and moving and accept risk on gamemode

This commit is contained in:
Bun 2025-05-14 15:12:19 -04:00
parent c41543edcf
commit 02a284fe90
6 changed files with 21 additions and 4 deletions

View file

@ -2,7 +2,6 @@
{
imports = [
./easyeffects
./gpg
./mpd
./playerctl
];

View file

@ -1,11 +0,0 @@
{ config, ... }:
{
services.gpg-agent = {
enable = true;
enableSshSupport = true;
};
programs.gpg.enable = true;
home.persistence."${config.xdg.userDirs.extraConfig.XDG_PERSIST_DIR}".directories = [ "secure/.gnupg" ];
}