1
1
Fork 0

flatpak: remove icon workaround

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-03-08 12:43:53 -06:00
parent a7a6281669
commit da797d985d
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -11,16 +11,6 @@ in {
config = mkIf cfg.enable {
services.flatpak.enable = true;
#!! Only takes effect if /usr/* shares do not exist
# Nixpkgs workaround requires packages in the global environment
# https://github.com/NixOS/nixpkgs/pull/262462
environment.systemPackages =
config.fonts.packages
++ [
config.home-manager.users.${config.custom.username}.gtk.cursorTheme.package
config.home-manager.users.${config.custom.username}.gtk.iconTheme.package
];
home-manager.users.${config.custom.username} = {
# https://wiki.nixos.org/wiki/Flatpak
# https://github.com/gmodena/nix-flatpak