feat: stylix as a nixos module, replace bootloader with grub

This commit is contained in:
2025-12-17 23:11:34 -05:00
parent 1c4c5d1be6
commit 893030ef66
3 changed files with 88 additions and 1 deletions
+3 -1
View File
@@ -8,9 +8,11 @@
{
imports = [
inputs.home-manager.nixosModules.home-manager
inputs.stylix.nixosModules.stylix
./stylix.nix
];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.tmp.cleanOnBoot = true;