This commit is contained in:
2025-08-18 17:54:55 +03:00
parent 70b833c361
commit 0c20b0855d
4 changed files with 8 additions and 8 deletions

View File

@@ -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;

8
flake.lock generated
View File

@@ -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"
}

View File

@@ -23,7 +23,7 @@
};
tuxstrap = {
url = "github:ocbwoy3/tuxstrap/v2";
url = "github:ocbwoy3/tuxstrap/dev";
# inputs.nixpkgs.follows = "nixpkgs";
};

View File

@@ -26,12 +26,12 @@
boot.loader = {
efi = {
canTouchEfiVariables = true;
# canTouchEfiVariables = true;
};
grub = {
efiSupport = true;
device = "nodev";
# efiInstallAsRemovable = true;
efiInstallAsRemovable = true;
useOSProber = true;
gfxmodeEfi = "1920x1080";
};