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; border: none;
font-size: 15px; font-size: 15px;
min-height: 10px; min-height: 10px;

8
flake.lock generated
View File

@@ -1169,16 +1169,16 @@
"systems": "systems_6" "systems": "systems_6"
}, },
"locked": { "locked": {
"lastModified": 1755071109, "lastModified": 1755268726,
"narHash": "sha256-8pJ7o9rmCQNZeZNK2TxRt8SzmtiXlSKi1Go6FJ/fvJs=", "narHash": "sha256-d93cUF2agFvHqPYrE9RgaBCB3+wo9HttleUnZzP05H0=",
"owner": "ocbwoy3", "owner": "ocbwoy3",
"repo": "tuxstrap", "repo": "tuxstrap",
"rev": "fdd354cb2034d7cb0a17180f300c0d2612ccaf99", "rev": "9fff8cddbd6fb739db7d45af05ab3039fb349bb1",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "ocbwoy3", "owner": "ocbwoy3",
"ref": "v2", "ref": "dev",
"repo": "tuxstrap", "repo": "tuxstrap",
"type": "github" "type": "github"
} }

View File

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

View File

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