Update home-manager
This commit is contained in:
parent
f7a1ecaed3
commit
1690431b97
4 changed files with 7 additions and 20 deletions
|
|
@ -11,7 +11,7 @@
|
|||
direnv # tool to load custom environments
|
||||
docker-credential-helpers
|
||||
doggo # dns client
|
||||
du-dust # du alternative
|
||||
dust # du alternative
|
||||
eza # ls-alternative
|
||||
faas-cli # cli for openfaas
|
||||
figlet # tool to create ascii art
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue