home | added myapps

Should rethink if this is needed still....
This commit is contained in:
Don Harper 2023-11-23 14:47:30 -06:00
parent 249f9f6515
commit 384c4072a1
3 changed files with 17 additions and 1 deletions

View file

@ -10,6 +10,7 @@
home.file.".bash_profile".source = files/bash/bash_profile;
home.file.".bashrc".source = files/bash/bashrc;
home.file.".bash_ssh".source = files/bash/bash_ssh;
home.file.".myapps".source = files/bash/myapps;
programs.readline = {
enable = true;

15
home/files/bash/myapps Normal file
View file

@ -0,0 +1,15 @@
MAILTERMPROG=kitty
#TERMPROG=kitty
TERMPROG=footclient
MUSIC=sublime-music
hostname=`hostname`
WEB=qutebrowser
TEXTWEB=links
MAILPROG=neomutt
CALENDAR="myweb http://www.google.com/calendar"
RSSREADER=rssview
TWITTER="twitter"
IM=mcabber
IRC=xchat
NM="nm-applet"
PDFVIEWER="pdfview"