mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-05-13 21:52:50 +02:00
move away from grub
there was a forced grub re-installation from the most recent update which broke everything. maybe due to the trans flag in the grub file name? lol
This commit is contained in:
parent
fceda1ce4f
commit
f5c958e96f
3 changed files with 1 additions and 35 deletions
|
|
@ -14,9 +14,6 @@
|
|||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
minegrub-theme.url = "github:Lxtharia/minegrub-theme/b6f8a3a7e2fd22d72e2dbdaf563ad0bcb5c78e45";
|
||||
minegrub-theme.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
niri.url = "github:sodiboo/niri-flake";
|
||||
|
||||
clippyboard.url = "github:Noratrieb/clippyboard";
|
||||
|
|
@ -36,7 +33,6 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./nixos/desktop.nix
|
||||
inputs.minegrub-theme.nixosModules.default
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue