refind is rofl

121

1

12

12

1

12

12

12

1

asd
This commit is contained in:
2026-03-09 20:24:22 +03:00
parent efa1ca2f0f
commit af373baecc
7 changed files with 40 additions and 20 deletions
Generated
+21
View File
@@ -61,6 +61,26 @@
"type": "github"
}
},
"grub2-themes": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1757136219,
"narHash": "sha256-tKU+vq34KHu/A2wD7WdgP5A4/RCmSD8hB0TyQAUlixA=",
"owner": "vinceliuice",
"repo": "grub2-themes",
"rev": "80dd04ddf3ba7b284a7b1a5df2b1e95ee2aad606",
"type": "github"
},
"original": {
"owner": "vinceliuice",
"repo": "grub2-themes",
"type": "github"
}
},
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -255,6 +275,7 @@
"deploy-rs": "deploy-rs",
"disko": "disko",
"flake-compat": "flake-compat",
"grub2-themes": "grub2-themes",
"home-manager": "home-manager",
"nixos-hardware": "nixos-hardware",
"nixos-wsl": "nixos-wsl",
+4 -4
View File
@@ -61,6 +61,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
grub2-themes = {
url = "github:vinceliuice/grub2-themes";
inputs.nixpkgs.follows = "nixpkgs";
};
# nix-index-database = {
# url = "github:nix-community/nix-index-database";
# inputs.nixpkgs.follows = "nixpkgs";
@@ -79,10 +83,6 @@
# url = "github:musnix/musnix";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# grub2-themes = {
# url = "github:vinceliuice/grub2-themes";
# inputs.nixpkgs.follows = "nixpkgs";
# };
# nypkgs = {
# # https://github.com/yunfachi/nypkgs
# url = "github:yunfachi/nypkgs";
-1
View File
@@ -75,7 +75,6 @@
# Games
#ludusavi
#prismlauncher
steam
#lutris
# AI
+1 -1
View File
@@ -17,7 +17,7 @@ let
home-manager.nixosModules.home-manager # home-manager module
# nix-index-database.nixosModules.nix-index # nix-index module
# grub2-themes.nixosModules.default # grub2 themes module
grub2-themes.nixosModules.default # grub2 themes module
sops-nix.nixosModules.sops # sops module
self.homeConfigurations.default.nixosModule # default homeConfigurations
disko.nixosModules.disko # disko module
+8 -12
View File
@@ -29,22 +29,18 @@
efi.canTouchEfiVariables = lib.mkForce false;
systemd-boot.enable = lib.mkForce false;
grub = {
enable = lib.mkForce false;
enable = lib.mkForce true;
device = "nodev";
efiInstallAsRemovable = true;
efiSupport = true;
useOSProber = true;
};
# grub2-theme = {
# enable = true;
# theme = "whitesur";
# icon = "whitesur";
# footer = true;
# customResolution = "1920x1080"; # Optional: Set a custom resolution
# };
refind = {
enable = lib.mkForce true;
efiInstallAsRemovable = true;
grub2-theme = {
enable = true;
theme = "whitesur";
icon = "whitesur";
footer = true;
customResolution = "1920x1080"; # Optional: Set a custom resolution
};
};
};
@@ -53,7 +49,7 @@
programs = {
dconf.enable = true;
gamemode.enable = true;
# steam.enable = true;
steam.enable = true;
xwayland.enable = true;
};
services = {
+3
View File
@@ -183,6 +183,9 @@ in
name = "oqyude";
email = "oqyude@gmail.com";
};
pull = {
rebase = true;
};
};
};
lazygit.enable = true;
+3 -2
View File
@@ -1,7 +1,8 @@
{
config,
xlib,
inputs,
pkgs,
xlib,
...
}:
let
@@ -11,7 +12,7 @@ let
in
{
services.calibre-web = {
package = stable.calibre-web;
# package = stable.calibre-web;
enable = true;
# dataDir = "${xlib.dirs.services-mnt-folder}/calibre-web";
options = {