feat(gnome): move applications to flatpak
This commit is contained in:
parent
5b549b0c35
commit
3afc10527e
5 changed files with 63 additions and 4 deletions
|
@ -17,10 +17,31 @@ in mkIf cfg.enable {
|
|||
hardware.pulseaudio.enable = false;
|
||||
|
||||
environment.gnome.excludePackages = (with pkgs; [
|
||||
snapshot
|
||||
gnome-tour
|
||||
] ++ optionals config.global.flatpak.enable [
|
||||
baobab
|
||||
simple-scan
|
||||
evince
|
||||
file-roller
|
||||
geary
|
||||
loupe
|
||||
seahorse
|
||||
totem
|
||||
epiphany
|
||||
gnome-calculator
|
||||
gnome-calendar
|
||||
gnome-connections
|
||||
gnome-font-viewer
|
||||
gnome-text-editor
|
||||
]) ++ (with pkgs.gnome; [ ] ++ optionals config.global.flatpak.enable [
|
||||
gnome-characters
|
||||
gnome-clocks
|
||||
gnome-contacts
|
||||
gnome-logs
|
||||
gnome-maps
|
||||
gnome-music
|
||||
gnome-weather
|
||||
]);
|
||||
|
||||
users.home.persist.directories = [ ".config/dconf" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue