nix/hosts/t14/home.nix
2023-04-25 04:51:27 -05:00

15 lines
220 B
Nix
Executable file

{ username, pkgs, ... }:
{
imports = [
../../modules/wayland
../../modules/librewolf
];
home = {
packages = with pkgs; [
neofetch
discord
signal-desktop
pulseaudio
];
};
}