mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-15 05:29:13 +00:00
move xdg activation to global
This commit is contained in:
parent
9b33c85b09
commit
b11dab630f
2 changed files with 4 additions and 3 deletions
|
@ -42,4 +42,8 @@
|
|||
};
|
||||
|
||||
targets.genericLinux.enable = true;
|
||||
|
||||
xdg.enable = true;
|
||||
xdg.mime.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
{ inputs, ... }: {
|
||||
|
||||
xdg.enable = true;
|
||||
xdg.mime.enable = true;
|
||||
|
||||
# make linux gui apps appear in chromeos launcher
|
||||
xdg.configFile."systemd/user/cros-garcon.service.d/override.conf".text = ''
|
||||
[Service]
|
||||
|
|
Loading…
Reference in a new issue