Initialer Upload
initialer Upload der Config Files
This commit is contained in:
parent
ca9c86d6d1
commit
29efa52ccd
5 changed files with 223 additions and 0 deletions
11
flatpak.nix
Normal file
11
flatpak.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{config, libs, pkgs, ...}:
|
||||
{
|
||||
services.flatpak.enable = true;
|
||||
systemd.services.flatpak-repo = {
|
||||
wantedBy = ["multi-user.target"];
|
||||
path = [pkgs.flatpak];
|
||||
script = ''
|
||||
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
'';
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue