Enable fwupd service and fish shell

This commit is contained in:
panotaka
2023-12-31 09:52:21 -04:00
parent 97161c69ac
commit 722554c218

View File

@@ -24,9 +24,10 @@
# Add system packages
environment.systemPackages = with pkgs; [
fwupd
];
services.fwupd.enable = true;
# Enable fish shell
programs.fish.enable = true;