nix/home/t14/home.nix
2023-09-20 20:00:51 -05:00

21 lines
338 B
Nix
Executable file

{ pkgs, ... }:
{
imports = [
../../modules/wayland
../../modules/librewolf
];
home = {
username = "e";
homeDirectory = "/home/e";
packages = with pkgs; [
discord
signal-desktop
runelite
framesh
ledger-live-desktop
prismlauncher
chromium
oath-toolkit
];
};
}