god only knows

This commit is contained in:
atagen 2022-12-02 11:51:00 +11:00
parent 2f2060aade
commit 37a11e11ff
23 changed files with 230 additions and 49 deletions

16
home/bolt.nix Normal file
View file

@ -0,0 +1,16 @@
{ config, pkgs, ... }:
{
home.username = "bolt";
home.homeDirectory = "/home/bolt";
home.packages = with pkgs; [
cmus
zellij
steam
xonotic
nicotine-plus
];
}