Improve hyprland and home-manger configs

This commit is contained in:
Tobias Reisinger 2023-07-01 16:36:44 +02:00
parent cf24c298e1
commit adc39bd74d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 58 additions and 53 deletions

View file

@ -4,11 +4,8 @@
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
#alacritty # terminal emulator
bc # calculator (bsp-layout dependency)
bemenu # tool to display menus
bsp-layout # automatic layouts for bpswm
ckb-next # corsair hardware control
conky # shows stuff on the wallpaper
dunst # notification-daemon
feh # image viewer and wallpaper-tool
flameshot # screenshot tool
@ -17,19 +14,13 @@
j4-dmenu-desktop # collects .desktop files for a menu
keepassxc # password manager
libsForQt5.kdeconnect-kde # tool to connect a phone to the computer
parcellite # clipboard-manager
pavucontrol # Pulseaudio GUI
polybar # desktop bar
#python310Packages.adblock # pylib for adblocking in qutebrowser
#python310Packages.pynacl # pylib for qutebrowser-keepassxc support
#(qutebrowser.override { enableWideVine = true; }) # vim-like browser
solaar # Logitech tool
sxhkd # hotkey daemon
unclutter-xfixes # hides the cursor
#vagrant # tool for automated virtual machines
#virtualbox # tool for virtual machines
xclip # clipboard CLI for X
xcompmgr # compositor for X
xfce.thunar # file manager
xfce.tumbler # thumbnail tool
xorg.xsetroot # tool to set x background stuff

View file

@ -3,7 +3,9 @@
{
# Packages that should be installed to the user profile.
home.packages = with pkgs; [
cliphist # clipboard manager (history)
grim # needed for screenshots/flameshot
swww
swww # wallpaper daemon
wl-clipboard # clipboard manager (tools)
];
}

View 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
];
}