config/users/natalie/desktop/home.nix

59 lines
1 KiB
Nix
Raw Permalink Normal View History

2025-05-07 10:22:05 -07:00
{
inputs,
config,
pkgs,
lib,
userSettings,
systemSettings,
...
2025-05-12 15:19:01 -07:00
}:
{
2025-05-07 10:22:05 -07:00
home = {
stateVersion = "23.05"; # Please read the comment before changing.
packages = with pkgs; [
#building macos apps hard :(
ghostty
stremio
julia
qbittorrent
#gaming
bottles
lutris
mangohud
dxvk_2
steam-run
vulkan-tools
path-of-building
wineWowPackages.stable
winetricks
2025-05-12 15:19:01 -07:00
(prismlauncher.override { gamemodeSupport = true; })
2025-05-07 10:22:05 -07:00
#window manager stuff
wofi
xorg.xauth
#linux tools
legcord
pavucontrol
ethtool
grub2
efibootmgr
distrobox
xdg-desktop-portal-gtk
xclip
kdePackages.dolphin
#broken on macos
calibre
mpv
wireguard-tools
signal-desktop
inputs.zls.packages.x86_64-linux.zls
rust-bin.stable.latest.default
];
# programs.mangohud.enable = true;
};
# xdg.mimeApps.defaultApplications."inode/directory" = "dolphin.desktop";
}