feat: add flatpak

This commit is contained in:
lightly-toasted 2025-08-09 11:55:25 +09:00
parent 5706fe32cb
commit 783b7c8705
5 changed files with 41 additions and 7 deletions

16
flake.lock generated
View file

@ -119,6 +119,21 @@
"type": "github"
}
},
"nix-flatpak": {
"locked": {
"lastModified": 1754513886,
"narHash": "sha256-iDO2Sr99l400kQWBIk/xEyZ9oMDht6Y/ScnK7k5+tmI=",
"owner": "gmodena",
"repo": "nix-flatpak",
"rev": "f3cf46a120cf17f0a2517667666db5adb8e60ae3",
"type": "github"
},
"original": {
"owner": "gmodena",
"repo": "nix-flatpak",
"type": "github"
}
},
"nixcord": {
"inputs": {
"flake-compat": "flake-compat",
@ -221,6 +236,7 @@
"root": {
"inputs": {
"home-manager": "home-manager",
"nix-flatpak": "nix-flatpak",
"nixcord": "nixcord",
"nixpkgs": "nixpkgs",
"nixvim": "nixvim"