Skip to content

Instantly share code, notes, and snippets.

View txtyash's full-sized avatar
🍀
Aw man! [hums happily]

textYash txtyash

🍀
Aw man! [hums happily]
View GitHub Profile
{
imports = [ ./users.nix ];
x.users.alice.editor = "hx";
x.users.bob.editor = "vi";
x.users.clive.editor = "code";
boot.loader.grub.enable = false;
fileSystems."/" = { device = "/dev/sda1"; };
}