added anyrun config

This commit is contained in:
Charlie Root 2024-05-05 22:12:18 +02:00
commit 0022cf7d50
13 changed files with 242 additions and 122 deletions

View file

@ -12,21 +12,16 @@ let
terminal = "kitty.desktop";
in {
# xdg.portal = {
# enable = true;
# extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
# config.common.default = "gtk";
# };
environment.sessionVariables = {
TERMINAL = "${terminal}";
};
home-manager.users.${username} = {
xdg = {
# cacheHome = "${hmCfg.home.homeDirectory}/.cache";
# configHome = "${hmCfg.home.homeDirectory}/.config";
# dataHome = "${hmCfg.home.homeDirectory}/.local/share";
# stateHome = "${hmCfg.home.homeDirectory}/.local/state";
cacheHome = "${hmCfg.home.homeDirectory}/.cache";
configHome = "${hmCfg.home.homeDirectory}/.config";
dataHome = "${hmCfg.home.homeDirectory}/.local/share";
stateHome = "${hmCfg.home.homeDirectory}/.local/state";
mimeApps = {
enable = true;
defaultApplications = {