Caesium refactors flake
This commit is contained in:
+3
-24
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user