1
0
Fork 0

home-manger: temporarily remove darwin apps

This commit is contained in:
Pratham Patel 2024-02-19 10:11:37 +05:30
parent 9928cb402b
commit 5f05c5d36a
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI
1 changed files with 7 additions and 13 deletions

View File

@ -7,16 +7,13 @@
gawk
gnugrep
gnused
tmux
# for media consumption, manipulation and metadata info
ffmpeg
imagemagick
mediainfo
# GUI apps
meld
utm
# fonts
(nerdfonts.override {
fonts = [
@ -27,15 +24,12 @@
})
];
programs = {
mpv.enable = true;
alacritty.enable = true;
tmux.enable = true;
bash = {
enable = true;
enableCompletion = true;
};
};
# TODO: install the following with brew
# alacritty
# bash
# meld
# mpv
# utm
# home-manager does not need to overwrite these files in $HOME
xdg.configFile = {