Compare commits
2 commits
cb57ae369c
...
4803fd59c1
Author | SHA1 | Date | |
---|---|---|---|
4803fd59c1 | |||
6a53abe503 |
3 changed files with 16 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'.
|
||||
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 = ''
|
||||
|
@ -59,6 +60,7 @@
|
|||
|
||||
programs.emacs = {
|
||||
enable = true;
|
||||
package = pkgs.emacs-gtk;
|
||||
extraPackages = epkgs: [
|
||||
epkgs.nix-mode
|
||||
epkgs.vterm
|
||||
|
|
2
stow.sh
2
stow.sh
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue