✨ (flatpak-sync) Add apps.list and stow/nix config
This commit is contained in:
parent
cb57ae369c
commit
6a53abe503
3 changed files with 15 additions and 1 deletions
13
flatpak-sync/.config/flatpak-sync/apps.list
Normal file
13
flatpak-sync/.config/flatpak-sync/apps.list
Normal 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
|
|
@ -38,6 +38,7 @@
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
home.file = {
|
home.file = {
|
||||||
".config/nvim/init.vim".source = ~/.dotfiles/neovim/.config/nvim/init.vim;
|
".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.
|
# # You can also set the file content immediately.
|
||||||
# ".gradle/gradle.properties".text = ''
|
# ".gradle/gradle.properties".text = ''
|
||||||
|
|
2
stow.sh
2
stow.sh
|
@ -16,7 +16,7 @@ function success {
|
||||||
echo -e "${PRIMARY}${BRAND} ${SUCCESS}$1${NC}"
|
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}
|
STOW_PKGS=${STOW_PKGS:=$DEFAULT_STOW_PKGS}
|
||||||
|
|
||||||
WORK_DOTFILES="${WORK_DOTFILES:=$(pwd)/dot-work}"
|
WORK_DOTFILES="${WORK_DOTFILES:=$(pwd)/dot-work}"
|
||||||
|
|
Loading…
Reference in a new issue