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.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 2;
boot.loader.efi.canTouchEfiVariables = true;
# Use xanmod kernel

View File

@ -2,6 +2,7 @@
description = "NixOS configuration for GPD Win Max";
nixConfig = {
auto-optimise-store = true;
substituters = [
"https://mirrors.ustc.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.
services = {
logrotate.checkConfig = false;
flatpak.enable = true;
greetd = {
enable = true;
settings = rec {