Changed: geary

This commit is contained in:
2025-04-06 18:24:18 +02:00
parent 2cca48e010
commit 315f2eb7cb
3 changed files with 5 additions and 3 deletions

View File

@@ -25,10 +25,12 @@
./hardware-configuration.nix
];
programs.geary.enable = true;
# Bootloader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/sda";
boot.loader.grub.useOSProber = true;
#boot.loader.grub.useOSProber = true;
networking.hostName = "nix-qemu"; # Define your hostname.