Improve hyprland and home-manger configs
This commit is contained in:
parent
cf24c298e1
commit
adc39bd74d
5 changed files with 58 additions and 53 deletions
16
.config/home-manager/x11.nix
Normal file
16
.config/home-manager/x11.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ 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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue