feat: move stuff to even more separate modules.
This commit is contained in:
parent
585f9dd0d7
commit
448e82464a
6 changed files with 95 additions and 46 deletions
|
@ -13,52 +13,6 @@
|
|||
home.homeDirectory = "/home/crony";
|
||||
|
||||
# PACKAGES
|
||||
home.packages = with pkgs; [
|
||||
keepassxc
|
||||
tutanota-desktop
|
||||
spice-gtk
|
||||
vesktop
|
||||
piper
|
||||
heroic
|
||||
prismlauncher
|
||||
protonup-qt
|
||||
protontricks
|
||||
jellyfin-mpv-shim
|
||||
itch
|
||||
wineWowPackages.staging
|
||||
osu-lazer-bin
|
||||
overskride
|
||||
delfin
|
||||
# Setting up emulator just cause
|
||||
(retroarch.withCores (
|
||||
cores:
|
||||
with cores; [
|
||||
beetle-saturn
|
||||
parallel-n64
|
||||
flycast
|
||||
desmume
|
||||
]
|
||||
))
|
||||
duckstation
|
||||
pcsx2
|
||||
dolphin-emu
|
||||
xemu
|
||||
rpcs3
|
||||
cemu
|
||||
ppsspp-sdl-wayland
|
||||
mame-tools
|
||||
];
|
||||
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles.default.isDefault = true;
|
||||
};
|
||||
|
||||
# Install foot
|
||||
programs.foot.enable = true;
|
||||
|
||||
# Install imv
|
||||
programs.imv.enable = true;
|
||||
|
||||
# Enable syncthing
|
||||
services.syncthing.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue