fix: option did not exist

This commit is contained in:
Noa Aarts 2024-08-27 09:14:16 +02:00
parent 9236db79ef
commit 2d829eb2b2
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -153,10 +153,7 @@
# Let Home Manager install and manage itself.
programs = {
home-manager = {
enable = true;
backupFileExtension = "backup";
};
home-manager.enable = true;
zsh.shellAliases.bzzt = ''nix-shell -p mpv --command "mpv ~/Videos/BZZZM.mp4"'';
};