This commit is contained in:
joygnu 2024-07-20 20:47:33 +02:00
parent 1f2221e104
commit 3b6eae657b
3 changed files with 15 additions and 4 deletions

View file

@ -11,7 +11,9 @@
};
programs.home-manager.enable = true;
qt.enable = true;
xdg.mimeApps.defaultApplications = {
"text/plain" = ["neovide.desktop"];
"image/*" = ["imv.desktop"];

View file

@ -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 = [

View file

@ -46,7 +46,6 @@
gnome.gnome-clocks
gnome-calculator
gnome-disk-utility
# gnome-secrets
#random shit
htop
bat