add and remove some packages
This commit is contained in:
parent
af9ec8cd21
commit
eaaef138c3
|
@ -81,6 +81,7 @@
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
mbsync.enable = true;
|
mbsync.enable = true;
|
||||||
password-store.enable = true;
|
password-store.enable = true;
|
||||||
|
msmtp.enable = true;
|
||||||
|
|
||||||
bash = {
|
bash = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -88,16 +89,7 @@
|
||||||
source ${pkgs.fetchurl { url = "https://raw.githubusercontent.com/rupa/z/v1.11/z.sh"; sha256 = "f24e0791ba10f6a8301461da3fc50333eee2e009a19e5d0e9f3661f0d0446767"; }}
|
source ${pkgs.fetchurl { url = "https://raw.githubusercontent.com/rupa/z/v1.11/z.sh"; sha256 = "f24e0791ba10f6a8301461da3fc50333eee2e009a19e5d0e9f3661f0d0446767"; }}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
notmuch = {
|
|
||||||
enable = true;
|
|
||||||
hooks = {
|
|
||||||
preNew = "mbsync --all";
|
|
||||||
};
|
};
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.keybase.enable = true;
|
|
||||||
|
|
||||||
accounts.email.accounts.Personal = {
|
accounts.email.accounts.Personal = {
|
||||||
primary = true;
|
primary = true;
|
||||||
|
@ -119,7 +111,7 @@
|
||||||
create = "maildir";
|
create = "maildir";
|
||||||
};
|
};
|
||||||
|
|
||||||
notmuch.enable = true;
|
msmtp.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,6 +10,7 @@
|
||||||
# Programming
|
# Programming
|
||||||
bacon
|
bacon
|
||||||
drone-cli
|
drone-cli
|
||||||
|
ghidra
|
||||||
sublime-merge
|
sublime-merge
|
||||||
tig
|
tig
|
||||||
vscode-fhs
|
vscode-fhs
|
||||||
|
@ -30,17 +31,21 @@
|
||||||
mpv
|
mpv
|
||||||
spotify
|
spotify
|
||||||
|
|
||||||
|
# Gaming
|
||||||
|
pcsxr
|
||||||
|
mednafen
|
||||||
|
mednaffe
|
||||||
|
polymc
|
||||||
|
|
||||||
# System Tools
|
# System Tools
|
||||||
borgbackup
|
borgbackup
|
||||||
fd
|
fd
|
||||||
gnome.gnome-tweaks
|
|
||||||
gnomeExtensions.openweather
|
|
||||||
htop
|
htop
|
||||||
iotop
|
iotop
|
||||||
killall
|
killall
|
||||||
lsof
|
lsof
|
||||||
p7zip
|
|
||||||
pika-backup
|
pika-backup
|
||||||
|
powertop
|
||||||
s-tui
|
s-tui
|
||||||
screen
|
screen
|
||||||
silver-searcher
|
silver-searcher
|
||||||
|
@ -48,11 +53,18 @@
|
||||||
sysstat
|
sysstat
|
||||||
tmux
|
tmux
|
||||||
tree
|
tree
|
||||||
unrar
|
usbutils
|
||||||
unzip
|
|
||||||
virt-manager
|
virt-manager
|
||||||
vulkan-tools
|
vulkan-tools
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
||||||
|
gnome.gnome-tweaks
|
||||||
|
gnomeExtensions.openweather
|
||||||
|
|
||||||
|
libarchive
|
||||||
|
p7zip
|
||||||
|
unrar
|
||||||
|
unzip
|
||||||
zip
|
zip
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -80,8 +92,9 @@
|
||||||
|
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
gc = "git commit";
|
gc = "git commit";
|
||||||
gcl = "git clone";
|
|
||||||
gcm = "git commit -m";
|
gcm = "git commit -m";
|
||||||
|
gcan = "git commit --amend --no-edit";
|
||||||
|
gcl = "git clone";
|
||||||
gl = "git pull";
|
gl = "git pull";
|
||||||
gla = "git pull --autostash";
|
gla = "git pull --autostash";
|
||||||
gp = "git push";
|
gp = "git push";
|
||||||
|
|
Loading…
Reference in New Issue