summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix11
1 files changed, 10 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index 36a08b2..f62bd4c 100644
--- a/home.nix
+++ b/home.nix
@@ -21,6 +21,7 @@ in {
acpi
bemenu
binutils
+ brave
feh
file
firefox
@@ -28,10 +29,17 @@ in {
gimp
haskellPackages.fourmolu
htop
+ jq
+ ncdu
ncmpcpp
nixvim.packages.x86_64-linux.default
+ nmap
+ pavucontrol
+ python3Packages.ipython
+ scrot
tmux
tree
+ unzip
vim
xautolock
xmobar
@@ -41,7 +49,6 @@ in {
// {
LESS = "-R -F";
EDITOR = "vim";
- TERM = "xterm-256color";
};
file.".xinitrc".text = ''
@@ -61,6 +68,7 @@ in {
alacritty = {
enable = true;
settings = {
+ env.TERM = "xterm-256color";
font = {
bold.family = "Hermit";
bold_italic.family = "Hermit";
@@ -89,6 +97,7 @@ in {
extraConfig = {
init.defaultBranch = "master";
pull.rebase = true;
+ push.autoSetupRemote = true;
};
};
gpg.enable = true;