Update configuration.nix

This commit is contained in:
Ren Lawrence Lin 2024-09-03 18:10:20 -07:00 committed by GitHub
parent 5cc7995f7d
commit dffe288ead
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,7 @@
imports = [
# Include the results of the hardware scan.
./hardware-configuration.nix
nixvim.nixosModules.nixvim
];
];
# Bootloader.
boot.loader.systemd-boot.enable = true;