grub
This commit is contained in:
parent
916f7d91ad
commit
49483c4407
|
@ -12,6 +12,8 @@
|
|||
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
qt.enable = true;
|
||||
|
||||
xdg.mimeApps.defaultApplications = {
|
||||
"text/plain" = ["neovide.desktop"];
|
||||
"image/*" = ["imv.desktop"];
|
||||
|
|
|
@ -2,8 +2,18 @@
|
|||
{
|
||||
networking.hostName = "desktop";
|
||||
networking.networkmanager.enable = true;
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
boot.loader = {
|
||||
efi = {
|
||||
canTouchEfiVariables = false;
|
||||
};
|
||||
grub = {
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
device = "nodev";
|
||||
};
|
||||
};
|
||||
|
||||
boot.loader.timeout = 5;
|
||||
|
||||
imports = [
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
gnome.gnome-clocks
|
||||
gnome-calculator
|
||||
gnome-disk-utility
|
||||
# gnome-secrets
|
||||
#random shit
|
||||
htop
|
||||
bat
|
||||
|
|
Loading…
Reference in a new issue