stable hyprland config
This commit is contained in:
parent
bbefb9861d
commit
c0c1ffd1f7
1 changed files with 9 additions and 6 deletions
|
@ -100,17 +100,20 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
# System Packages go here
|
# System Packages go here
|
||||||
brave
|
brave
|
||||||
xss-lock
|
grim # screenshot utility; for selection screenshots do: grim -l 0 -g "$(slurp)" - | wl-clipboard
|
||||||
|
slurp # select utiliy
|
||||||
|
wl-clipboard # xclip alternative
|
||||||
davfs2
|
davfs2
|
||||||
htop
|
htop
|
||||||
picom-jonaburg
|
picom-jonaburg
|
||||||
spotify
|
spotify
|
||||||
xdotool
|
xdotool
|
||||||
|
vscodium
|
||||||
vscode
|
vscode
|
||||||
scrot
|
scrot
|
||||||
imagemagick
|
imagemagick
|
||||||
papirus-nord
|
# papirus-nord
|
||||||
papirus-icon-theme
|
# papirus-icon-theme
|
||||||
signal-desktop
|
signal-desktop
|
||||||
tree
|
tree
|
||||||
# rofi
|
# rofi
|
||||||
|
@ -137,7 +140,7 @@
|
||||||
tldr
|
tldr
|
||||||
steam
|
steam
|
||||||
git
|
git
|
||||||
awesome
|
# awesome
|
||||||
neofetch
|
neofetch
|
||||||
pulseaudioFull
|
pulseaudioFull
|
||||||
toybox
|
toybox
|
||||||
|
@ -151,9 +154,9 @@
|
||||||
traceroute
|
traceroute
|
||||||
xorg.xinit
|
xorg.xinit
|
||||||
nil
|
nil
|
||||||
# alacritty # gpu accelerated terminal
|
alacritty # gpu accelerated terminal
|
||||||
dbus # make dbus-update-activation-environment available in the path
|
dbus # make dbus-update-activation-environment available in the path
|
||||||
wayland
|
# wayland
|
||||||
xdg-utils # for opening default programs when clicking links
|
xdg-utils # for opening default programs when clicking links
|
||||||
glib # gsettings
|
glib # gsettings
|
||||||
dracula-theme # gtk theme
|
dracula-theme # gtk theme
|
||||||
|
|
Loading…
Reference in a new issue