enable home-manager for koishi

This commit is contained in:
insects 2024-09-21 11:58:58 +02:00
parent a2c4cdee9b
commit 183db10312
7 changed files with 19 additions and 5 deletions

4
home/global.linux.nix Normal file
View file

@ -0,0 +1,4 @@
{ ... }: {
systemd.user.startServices = "sd-switch";
xdg.mime.enable = true;
}