nixos-dotfiles
https://git.tonybtw.com/nixos-dotfiles.git
git://git.tonybtw.com/nixos-dotfiles.git
{ pkgs, ... }:
{
home.packages = [
pkgs.rustc
pkgs.cargo
pkgs.xorg.xorgserver
pkgs.xorg.xclock
pkgs.xterm
pkgs.just
];
}