nix/home/fossil.nix
2022-12-02 11:51:00 +11:00

16 lines
206 B
Nix
Executable file

{ config, pkgs, ... }:
{
home.username = "fossil";
home.homeDirectory = "/home/fossil";
home.packages = with pkgs; [
cmus
zellij
steam
xonotic
nicotine-plus
];
}