lix + overlays
This commit is contained in:
@@ -109,7 +109,7 @@ in {
|
||||
pika-backup # backups
|
||||
gnome-obfuscate # censor private information
|
||||
|
||||
(ripgrep.override { withPCRE2 = true; }) # modern grep
|
||||
ripgrep # modern grep
|
||||
du-dust # rusty du similar to gdu
|
||||
eza # like ls but with colors
|
||||
fd # modern find, faster searches
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
extraEntries = ''
|
||||
menuentry "Fedora" {
|
||||
set root=(hd1,1)
|
||||
chainloader /EFI/fedora/grubx64.efi
|
||||
chainloader /EFI/fedora/grub.efi
|
||||
}
|
||||
'';
|
||||
};
|
||||
@@ -83,6 +83,7 @@
|
||||
"/mnt/games" = btrfsMount "games" // { };
|
||||
# "/mnt/pool" = nfsMount "pool" // { };
|
||||
# "/mnt/jawz" = nfsMount "jawz" // { };
|
||||
# "/mnt/btrfs" = nfsMount "btrfs" // { };
|
||||
"/boot" = {
|
||||
device = "/dev/disk/by-uuid/ac6d349a-96b9-499e-9009-229efd7743a5";
|
||||
fsType = "ext4";
|
||||
|
||||
Reference in New Issue
Block a user