added anyrun config
This commit is contained in:
parent
2ef8078e6e
commit
0022cf7d50
13 changed files with 242 additions and 122 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue