This commit is contained in:
nora 2023-05-25 19:04:31 +02:00
parent 33d411ea7f
commit 6e32afc4cb
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";