Skip to content

Commit

Permalink
boot config changed
Browse files Browse the repository at this point in the history
  • Loading branch information
ilosrim committed Feb 12, 2025
1 parent 826dc84 commit 40f0513
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 20 deletions.
20 changes: 3 additions & 17 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@
};

# Stylix
stylix.url = "github:danth/stylix/release-24.11";
stylix = {
url = "github:danth/stylix/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
};

outputs = {
self,
nixpkgs,
home-manager,
helix,
nvf,
...
} @ inputs: let
Expand Down
8 changes: 7 additions & 1 deletion nixos/modules/boot.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
boot.loader = {
systemd-boot.enable = true;
systemd-boot = {
enable = true;
extraEntries."ubuntu.conf" = ''
title Ubuntu 22.04
efi /efi/ubuntu/shimx64.efi
'';
};
efi.canTouchEfiVariables = true;
};
}

0 comments on commit 40f0513

Please sign in to comment.