possible fix

This commit is contained in:
Aria Nolan 2023-10-29 22:29:30 -04:00
parent b3dd6afe04
commit dd95df4297

View file

@ -14,7 +14,7 @@
boot.loader = { boot.loader = {
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;
efi.efiSysMountPoint = "/boot/efi"; # efi.efiSysMountPoint = "/boot/efi";
grub = { grub = {
efiSupport = true; efiSupport = true;
configurationLimit = 10; configurationLimit = 10;
@ -87,7 +87,6 @@
}; };
programs.river.enable = true; programs.river.enable = true;
programs.sway.enable = true;
# programs.river.extraPackages = with pkgs; [ # programs.river.extraPackages = with pkgs; [
# swaylock # swaylock
# swayidle # swayidle
@ -130,5 +129,5 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment? system.stateVersion = "23.05"; # Did you read the comment?
} }