snowflake/hosts/tsuki/home.nix
notohh d2820fa52a
All checks were successful
ci/woodpecker/push/checks Pipeline was successful
tsuki: init vscode + alejandra + nil system wide
2023-09-01 14:04:46 -04:00

58 lines
1,022 B
Nix
Executable file

{pkgs, ...}: {
imports = [
../../home
../../home/librewolf
../../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
signal-desktop
obs-studio
pavucontrol
vscode-fhs
unzip
p7zip
virt-manager
imv
mpv
rustypaste-cli
playerctl
logseq
drawio
gimp
cryptomator
ventoy-bin-full
wine
lutris
gamemode
gamescope
mangohud
bottles
osu-lazer-bin
runelite
prismlauncher
(callPackage ../../pkgs/chatterino7 {})
];
stateVersion = "23.05";
};
}