llynx: flatpak
This commit is contained in:
parent
c2fe2dbc78
commit
d7e5280f4f
1 changed files with 9 additions and 0 deletions
|
@ -69,6 +69,15 @@
|
||||||
useGlobalPkgs = true;
|
useGlobalPkgs = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
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
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.rose-pine-gtk-theme
|
pkgs.rose-pine-gtk-theme
|
||||||
pkgs.rose-pine-icon-theme
|
pkgs.rose-pine-icon-theme
|
||||||
|
|
Loading…
Reference in a new issue