diff --git a/config/waybar/style.css b/config/waybar/style.css index e9fc572..4535d05 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -1,5 +1,5 @@ * { - font-family: 'Symbols Nerd Font', 'SF Pro Display'; + font-family: 'SF Pro Display', 'Symbols Nerd Font'; border: none; font-size: 15px; min-height: 10px; diff --git a/flake.lock b/flake.lock index 4e4316c..8ceb230 100644 --- a/flake.lock +++ b/flake.lock @@ -1169,16 +1169,16 @@ "systems": "systems_6" }, "locked": { - "lastModified": 1755071109, - "narHash": "sha256-8pJ7o9rmCQNZeZNK2TxRt8SzmtiXlSKi1Go6FJ/fvJs=", + "lastModified": 1755268726, + "narHash": "sha256-d93cUF2agFvHqPYrE9RgaBCB3+wo9HttleUnZzP05H0=", "owner": "ocbwoy3", "repo": "tuxstrap", - "rev": "fdd354cb2034d7cb0a17180f300c0d2612ccaf99", + "rev": "9fff8cddbd6fb739db7d45af05ab3039fb349bb1", "type": "github" }, "original": { "owner": "ocbwoy3", - "ref": "v2", + "ref": "dev", "repo": "tuxstrap", "type": "github" } diff --git a/flake.nix b/flake.nix index d4d8f84..f8d9f47 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ }; tuxstrap = { - url = "github:ocbwoy3/tuxstrap/v2"; + url = "github:ocbwoy3/tuxstrap/dev"; # inputs.nixpkgs.follows = "nixpkgs"; }; diff --git a/modules/nixos/bootloader.nix b/modules/nixos/bootloader.nix index bbf4ae1..c0ac105 100644 --- a/modules/nixos/bootloader.nix +++ b/modules/nixos/bootloader.nix @@ -26,12 +26,12 @@ boot.loader = { efi = { - canTouchEfiVariables = true; + # canTouchEfiVariables = true; }; grub = { efiSupport = true; device = "nodev"; - # efiInstallAsRemovable = true; + efiInstallAsRemovable = true; useOSProber = true; gfxmodeEfi = "1920x1080"; };