use flatpaks on oren and gpd

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-18 09:36:45 -05:00
parent 54c0aec842
commit b715d8b533
2 changed files with 32 additions and 24 deletions

View file

@ -35,9 +35,6 @@
environment.systemPackages = with pkgs; [
lua
qdirstat
rustdesk-flutter
styluslabs-write
xournalpp
];
ringofstorms_common = {
@ -55,6 +52,22 @@
tailnet.enable = true;
ssh.enable = true;
docker.enable = true;
flatpaks = {
enable = true;
packages = [
"org.signal.Signal"
"com.discordapp.Discord"
"md.obsidian.Obsidian"
"com.spotify.Client"
"org.videolan.VLC"
"com.bitwarden.desktop"
"org.openscad.OpenSCAD"
"org.blender.Blender"
"im.riot.Riot"
"com.rustdesk.RustDesk"
"com.google.Chrome"
];
};
};
users = {
# Users are all normal users and default password is password1
@ -70,15 +83,6 @@
"input"
];
shell = pkgs.zsh;
packages = with pkgs; [
google-chrome
discordo
discord
vlc
spotify
bitwarden
vaultwarden
];
};
};
};