(flatpak-sync) Add apps.list and stow/nix config

This commit is contained in:
Marcel Kapfer 2023-07-18 23:41:28 +02:00
parent cb57ae369c
commit 6a53abe503
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
3 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,13 @@
# Creative
org.darktable.Darktable
org.gimp.GIMP
org.inkscape.Inkscape
org.kde.digikam
org.kde.krita
# Messaging
com.github.eneshecan.WhatsAppForLinux
org.signal.Signal
# Multimedia
com.spotify.Client

View File

@ -38,6 +38,7 @@
# plain files is through 'home.file'.
home.file = {
".config/nvim/init.vim".source = ~/.dotfiles/neovim/.config/nvim/init.vim;
".config/flatpak-sync/apps.list".source = ~/.dotfiles/flatpak-sync/.config/flatpak-sync/apps.list;
# # You can also set the file content immediately.
# ".gradle/gradle.properties".text = ''

View File

@ -16,7 +16,7 @@ function success {
echo -e "${PRIMARY}${BRAND} ${SUCCESS}$1${NC}"
}
DEFAULT_STOW_PKGS="alacritty systemd picom bash fish zsh stumpwm qutebrowser redshift neovim dunst x"
DEFAULT_STOW_PKGS="alacritty flatpak-sync systemd picom bash fish zsh stumpwm qutebrowser redshift neovim dunst x"
STOW_PKGS=${STOW_PKGS:=$DEFAULT_STOW_PKGS}
WORK_DOTFILES="${WORK_DOTFILES:=$(pwd)/dot-work}"