Compare commits
4
Commits
c7f4fe8796
...
4414e89b97
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4414e89b97 | ||
|
|
30fb66656f | ||
|
|
3b74638bf6 | ||
|
|
7338eb76f4 |
@@ -25,6 +25,15 @@
|
||||
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";
|
||||
@@ -77,6 +86,7 @@
|
||||
"steam-original"
|
||||
"steam-unwrapped"
|
||||
"steam-run"
|
||||
"obsidian"
|
||||
];
|
||||
|
||||
programs.steam.enable = true;
|
||||
@@ -107,6 +117,8 @@
|
||||
qemu
|
||||
cliphist
|
||||
file
|
||||
obsidian
|
||||
qalculate-qt
|
||||
];
|
||||
|
||||
programs.virt-manager.enable = true;
|
||||
@@ -120,6 +132,7 @@
|
||||
update.onActivation = true;
|
||||
packages = [
|
||||
"com.heroicgameslauncher.hgl"
|
||||
"com.github.tchx84.Flatseal"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user