Compare commits

..

No commits in common. "4414e89b97c0b2a0d43870be90d1571a37fc0023" and "c7f4fe879623516035cad9b75e5e6448c63248f0" have entirely different histories.

View File

@ -25,15 +25,6 @@
boot.loader.grub.device = "nodev"; boot.loader.grub.device = "nodev";
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.grub.extraEntries = ''
menuentry "Archlinux" {
insmod part_gpt
insmod fat
search --no-floppy --fs-uuid --set=root 07CA-4966
chainloader /EFI/BOOT/BOOTX64.EFI
}
'';
networking.hostName = "nixos"; networking.hostName = "nixos";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
time.timeZone = "Europe/Paris"; time.timeZone = "Europe/Paris";
@ -86,7 +77,6 @@
"steam-original" "steam-original"
"steam-unwrapped" "steam-unwrapped"
"steam-run" "steam-run"
"obsidian"
]; ];
programs.steam.enable = true; programs.steam.enable = true;
@ -117,8 +107,6 @@
qemu qemu
cliphist cliphist
file file
obsidian
qalculate-qt
]; ];
programs.virt-manager.enable = true; programs.virt-manager.enable = true;
@ -132,7 +120,6 @@
update.onActivation = true; update.onActivation = true;
packages = [ packages = [
"com.heroicgameslauncher.hgl" "com.heroicgameslauncher.hgl"
"com.github.tchx84.Flatseal"
]; ];
}; };