snowflake/hosts/tsuki/home.nix
notohh 6b74b0f05b
All checks were successful
fmt check / check (push) Successful in 39s
flake check / check (push) Successful in 3m10s
tsuki: switch back to brave
2023-11-11 16:31:28 -05:00

57 lines
1 KiB
Nix
Executable file

{pkgs, ...}: {
imports = [
../../home
../../home/wezterm
../../home/zathura
../../home/gtk
../../home/mako
../../home/lf
../../home/zellij
../../home/rofi
../../home/ironbar
../../home/spotify-player
../../home/wayland/hyprland
../../modules/swayidle.nix
];
systemd.user.startServices = "sd-switch";
programs.home-manager.enable = true;
home = {
username = "notoh";
homeDirectory = "/home/notoh";
packages = with pkgs; [
brave
discord
jellyfin-media-player
cinny-desktop
thunderbird
obs-studio
pavucontrol
vscode-fhs
unzip
p7zip
virt-manager
imv
mpv
rustypaste-cli
obsidian
gimp
cryptomator
ventoy-bin-full
wine
lutris
gamemode
mangohud
bottles
osu-lazer-bin
runelite
prismlauncher
(libsForQt5.callPackage ../../pkgs/chatterino7 {})
(callPackage ../../pkgs/jellyfin-rpc {})
];
stateVersion = "23.05";
};
}