bugfix
This commit is contained in:
parent
cb88e8405e
commit
eeb2575881
@ -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
|
||||
|
@ -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" # 清华
|
||||
|
@ -6,7 +6,9 @@
|
||||
|
||||
# Enable automatic login for the user.
|
||||
services = {
|
||||
logrotate.checkConfig = false;
|
||||
flatpak.enable = true;
|
||||
|
||||
greetd = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
|
Reference in New Issue
Block a user