From 1fd894a3b34742e56a8108ee557262a333c93742 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sun, 15 Dec 2024 14:28:51 +0100 Subject: [PATCH] cleanup --- flake.nix | 5 +---- home-modules/helix.nix | 2 +- system-modules/boot.nix | 6 ++---- 3 files changed, 4 insertions(+), 9 deletions(-) diff --git a/flake.nix b/flake.nix index dd62e00..0c41540 100644 --- a/flake.nix +++ b/flake.nix @@ -15,10 +15,7 @@ hyprswitch = { url = "github:h3rmt/hyprswitch/release"; }; yazi.url = "github:sxyazi/yazi"; - yazi-plugins = { - url = "github:lordkekz/nix-yazi-plugins"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + yazi-plugins = { url = "github:lordkekz/nix-yazi-plugins"; inputs.nixpkgs.follows = "nixpkgs"; }; zen-browser.url = "github:MarceColl/zen-browser-flake"; }; diff --git a/home-modules/helix.nix b/home-modules/helix.nix index defa28e..1662c6e 100644 --- a/home-modules/helix.nix +++ b/home-modules/helix.nix @@ -184,7 +184,7 @@ "constant.numeric" = foreground; "constructor" = weird.base; "debug" = yellow.base; - "diagnostic.modifiers" = [ "underlined" ]; + "diagnostic.modifiers" = [ "underline" ]; "diff.delta" = blue.bright; "diff.minus" = negative.bright; "diff.plus" = positive.bright; diff --git a/system-modules/boot.nix b/system-modules/boot.nix index 86a896e..2b69520 100755 --- a/system-modules/boot.nix +++ b/system-modules/boot.nix @@ -17,11 +17,9 @@ in environment.systemPackages = with pkgs; [ sbctl ]; boot = { - lanzaboote = - let + lanzaboote = let windows-efi-shell-fs-alias = "HD0a65535a2"; - in - { + in { enable = true; pkiBundle = "/etc/secureboot"; package = lib.mkForce (pkgs.writeShellApplication {