Compare commits
No commits in common. "4803fd59c17e1a08961c74ea694a4c839c470193" and "cb57ae369c88a2c731bddf2ee100ed68c88498a4" have entirely different histories.
4803fd59c1
...
cb57ae369c
3 changed files with 1 additions and 16 deletions
|
@ -1,13 +0,0 @@
|
||||||
# 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,7 +38,6 @@
|
||||||
# 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 = ''
|
||||||
|
@ -60,7 +59,6 @@
|
||||||
|
|
||||||
programs.emacs = {
|
programs.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.emacs-gtk;
|
|
||||||
extraPackages = epkgs: [
|
extraPackages = epkgs: [
|
||||||
epkgs.nix-mode
|
epkgs.nix-mode
|
||||||
epkgs.vterm
|
epkgs.vterm
|
||||||
|
|
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 flatpak-sync systemd picom bash fish zsh stumpwm qutebrowser redshift neovim dunst x"
|
DEFAULT_STOW_PKGS="alacritty 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…
Add table
Reference in a new issue