This commit is contained in:
Sense T 2023-06-26 08:38:25 +08:00
parent cb88e8405e
commit eeb2575881
3 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@
boot.plymouth.enable = true; boot.plymouth.enable = true;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 2;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
# Use xanmod kernel # Use xanmod kernel

View File

@ -2,6 +2,7 @@
description = "NixOS configuration for GPD Win Max"; description = "NixOS configuration for GPD Win Max";
nixConfig = { nixConfig = {
auto-optimise-store = true;
substituters = [ substituters = [
"https://mirrors.ustc.edu.cn/nix-channels/store" # 中科大 "https://mirrors.ustc.edu.cn/nix-channels/store" # 中科大
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" # 清华 "https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store" # 清华

View File

@ -6,7 +6,9 @@
# Enable automatic login for the user. # Enable automatic login for the user.
services = { services = {
logrotate.checkConfig = false;
flatpak.enable = true; flatpak.enable = true;
greetd = { greetd = {
enable = true; enable = true;
settings = rec { settings = rec {