nixos-config/home/profiles/hopper/default.nix
xunuwu a18ceb4f2e
switch to programs.steam and proton-ge-bin from nixpkgs
proton-ge from nix-gaming is deprecated now that proton-ge-bin is in
nixpkgs
2024-03-19 18:21:09 +01:00

19 lines
393 B
Nix

{...}: {
imports = [
../../editors/nvim.nix
../../terminal/shell/zsh.nix
../../terminal/emulator/wezterm.nix
../../programs/browsers/firefox.nix
../../programs/desktop/awesome
../../programs/media
../../programs/media/jellyfin.nix
../../services/media/playerctl.nix
../../services/system/polkit-agent.nix
../../services/system/udiskie.nix
];
}