This commit is contained in:
unexplrd
2025-02-28 21:57:09 +02:00
parent 1cdc75a57a
commit d392b1f7c9
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
# device-specific setup
{ {
pkgs, pkgs,
inputs, inputs,

View File

@ -4,6 +4,7 @@
]; ];
services.flatpak = { services.flatpak = {
enable = true; enable = true;
uninstallUnmanaged = true;
remotes = [ remotes = [
{ {
name = "flathub"; name = "flathub";
@ -105,7 +106,6 @@
"com.usebottles.Bottles" = { "com.usebottles.Bottles" = {
Context = { Context = {
sockets = ["x11" "wayland"]; sockets = ["x11" "wayland"];
filesystems = ["/home/user/docs/nure/tex-template/assets/BridgeKSG"];
}; };
}; };
}; };