Add new flatpak apps

This commit is contained in:
2026-04-06 14:07:06 +02:00
parent 0e07e19598
commit e4e927daa5
2 changed files with 4 additions and 3 deletions
@@ -14,18 +14,18 @@
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" =
{ device = "/dev/disk/by-uuid/dea123c8-5a65-4637-94d9-ac324beed603"; { device = "/dev/disk/by-uuid/da148e71-90a0-4307-b820-42474191a207";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/6189-8EE6"; { device = "/dev/disk/by-uuid/8AF0-72B6";
fsType = "vfat"; fsType = "vfat";
options = [ "fmask=0077" "dmask=0077" ]; options = [ "fmask=0077" "dmask=0077" ];
}; };
swapDevices = swapDevices =
[ { device = "/dev/disk/by-uuid/7e2aa251-7a5b-4352-935f-470bdc1b8bcd"; } [ { device = "/dev/disk/by-uuid/d892a0d1-4025-4391-95e0-949c627f4ce7"; }
]; ];
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
+1
View File
@@ -8,5 +8,6 @@
services.flatpak.packages = [ services.flatpak.packages = [
"com.usebottles.bottles" "com.usebottles.bottles"
"io.github.flattool.Warehouse"
]; ];
} }