Update home-manager

This commit is contained in:
Tobias Reisinger 2026-04-21 22:12:22 +02:00
parent f7a1ecaed3
commit 1690431b97
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 7 additions and 20 deletions

View file

@ -3,8 +3,8 @@
# shellcheck disable=2089 # shellcheck disable=2089
[ -x "$(command -v bat)" ] && export MANPAGER="sh -c 'col -bx | bat -l man -p'" [ -x "$(command -v bat)" ] && export MANPAGER="sh -c 'col -bx | bat -l man -p'"
# shellcheck disable=2090 # shellcheck disable=2090
[ -x "$(command -v moar)" ] && export MANPAGER="moar" [ -x "$(command -v moor)" ] && export MANPAGER="moor"
[ -x "$(command -v moar)" ] && export PAGER="moar" [ -x "$(command -v moor)" ] && export PAGER="moor"
[ -x "$(command -v nvim)" ] && export EDITOR="$(which nvim)" [ -x "$(command -v nvim)" ] && export EDITOR="$(which nvim)"

View file

@ -11,7 +11,7 @@
direnv # tool to load custom environments direnv # tool to load custom environments
docker-credential-helpers docker-credential-helpers
doggo # dns client doggo # dns client
du-dust # du alternative dust # du alternative
eza # ls-alternative eza # ls-alternative
faas-cli # cli for openfaas faas-cli # cli for openfaas
figlet # tool to create ascii art figlet # tool to create ascii art

View file

@ -1,17 +0,0 @@
{ config, pkgs, ... }:
{
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
bc # calculator (bsp-layout dependency)
bsp-layout # automatic layouts for bpswm
conky # shows stuff on the wallpaper
parcellite # clipboard-manager
polybar # desktop bar
sxhkd # hotkey daemon
unclutter-xfixes # hides the cursor
xclip # clipboard CLI for X
xcompmgr # compositor for X
xorg.xsetroot # tool to set x background stuff
];
}

View file

@ -19,6 +19,9 @@ def init(c):
#c.colors.webpage.darkmode.policy.images = 'never' #c.colors.webpage.darkmode.policy.images = 'never'
c.colors.webpage.preferred_color_scheme = 'dark' c.colors.webpage.preferred_color_scheme = 'dark'
c.content.blocking.adblock.lists = [
"https://easylist.to/easylist/easyprivacy.txt"
]
#c.content.proxy = "socks://localhost:9050/" #c.content.proxy = "socks://localhost:9050/"
c.content.headers.accept_language = "en-US,en;q=0.5" c.content.headers.accept_language = "en-US,en;q=0.5"
c.content.pdfjs = True c.content.pdfjs = True
@ -26,6 +29,7 @@ def init(c):
c.downloads.position = 'bottom' c.downloads.position = 'bottom'
c.fonts.default_family = 'JetBrainsMono Nerd Font Mono'
c.fonts.hints = 'bold 18px default_family' c.fonts.hints = 'bold 18px default_family'
c.session.default_name = 'autosave' c.session.default_name = 'autosave'