summaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorTom Barrett <tom@tombarrett.xyz>2024-05-21 20:48:52 +0200
committertom barrett <tom@tombarrett.xyz>2024-05-21 21:36:10 +0200
commit6cd87ee9200e57b36bc2beb9d9835add106b3b22 (patch)
tree6445906b5848f3db046a700ae5cbd46e7a6a6afc /home.nix
parentc8ffbad343cb9e58ed359cf74a6d231528b6aa5e (diff)
more packages, cursor fix, git options, set term properly
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;