home(gnome): move applications to flatpak
This commit is contained in:
parent
7eb8a922ce
commit
ed6bae2708
5 changed files with 63 additions and 4 deletions
|
@ -13,6 +13,8 @@ in {
|
|||
users.homeModules = [
|
||||
# this module passes util configuration to home-manager
|
||||
{ passthrough.util = cfg; }
|
||||
# this module passes flatpak configuration to home-manager
|
||||
{ passthrough.flatpak = config.global.flatpak; }
|
||||
];
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue