flatpak: remove icon workaround
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
a7a6281669
commit
da797d985d
1 changed files with 0 additions and 10 deletions
|
@ -11,16 +11,6 @@ in {
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
services.flatpak.enable = true;
|
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} = {
|
home-manager.users.${config.custom.username} = {
|
||||||
# https://wiki.nixos.org/wiki/Flatpak
|
# https://wiki.nixos.org/wiki/Flatpak
|
||||||
# https://github.com/gmodena/nix-flatpak
|
# https://github.com/gmodena/nix-flatpak
|
||||||
|
|
Loading…
Add table
Reference in a new issue