Caesium refactors flake

This commit is contained in:
Matthew Bessette
2026-07-27 23:52:28 -04:00
parent cadf6dd263
commit ace6b0932f
6 changed files with 244 additions and 261 deletions
+3 -24
View File
@@ -141,6 +141,7 @@
# --- PROGRAMS ---
programs.zsh.enable = true;
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
@@ -159,38 +160,16 @@
polkitPolicyOwners = [ "mbessette" ];
};
# Biome config
environment.etc."biome.json".source = ./config.biome.json;
# environment.etc."oxlintrc.json".source = ./config.oxlintrc.json;
# environment.etc."ssh_config".source = ./config.ssh.conf;
environment.systemPackages = with pkgs; [
ethtool
vim
git
wget
curl
firefox
discord
wowup-cf
spotify
faugus-launcher
signal-desktop
## Emulators
xenia-canary
mupen64plus
python3
nodejs_26
];
services.flatpak.packages = [
# "io.github.Faugus.faugus-launcher"
];
services.flatpak.overrides = {
# "io.github.Faugus.faugus-launcher".Context.filesystems = [
# "/mtn/bottles"
# ];
};
programs.appimage = {
enable = true;
binfmt = true;