Compare commits
No commits in common. "4414e89b97c0b2a0d43870be90d1571a37fc0023" and "c7f4fe879623516035cad9b75e5e6448c63248f0" have entirely different histories.
4414e89b97
...
c7f4fe8796
@ -25,15 +25,6 @@
|
||||
boot.loader.grub.device = "nodev";
|
||||
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.networkmanager.enable = true;
|
||||
time.timeZone = "Europe/Paris";
|
||||
@ -86,7 +77,6 @@
|
||||
"steam-original"
|
||||
"steam-unwrapped"
|
||||
"steam-run"
|
||||
"obsidian"
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
@ -117,8 +107,6 @@
|
||||
qemu
|
||||
cliphist
|
||||
file
|
||||
obsidian
|
||||
qalculate-qt
|
||||
];
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
@ -132,7 +120,6 @@
|
||||
update.onActivation = true;
|
||||
packages = [
|
||||
"com.heroicgameslauncher.hgl"
|
||||
"com.github.tchx84.Flatseal"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user