This commit is contained in:
Nilstrieb 2023-05-25 19:04:31 +02:00
parent d2cd63f8c2
commit e3d2329dc6
2 changed files with 7 additions and 0 deletions

View file

@ -75,6 +75,10 @@
];
};
programs.fish = {
enable = true;
};
# Nicely reload system units when changing configs
systemd.user.startServices = "sd-switch";