Unknown Changes
This commit is contained in:
parent
3108b3753d
commit
0ab24e1a02
6 changed files with 42 additions and 6 deletions
14
modules/home-manager/homepackages.nix
Normal file
14
modules/home-manager/homepackages.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [pkgs.sway-contrib.grimshot
|
||||
waypaper
|
||||
hyprpaper
|
||||
swaybg
|
||||
lua-language-server
|
||||
nil
|
||||
stylua
|
||||
|
||||
lunar-client
|
||||
];
|
||||
}
|
||||
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
# Start Shit
|
||||
# exec-once = sh /home/jack/.config/waybar/launch-waybar.sh & waypaper --restore
|
||||
exec-once = waypaper --restore
|
||||
#exec-once = ags run /home/jack/.config/ags/simple-bar/
|
||||
# exec-once = hyprpanel
|
||||
exec-once = gtkbar
|
||||
|
|
@ -167,6 +168,9 @@
|
|||
# Rice Settings (Developed by me)
|
||||
bind = SUPER, grave, exec, rice-settings
|
||||
|
||||
# Bar relaunch
|
||||
bind = $mainMod, B, exec, gtkbar
|
||||
|
||||
|
||||
# Multimedia Keys
|
||||
bindle = , XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.2 @DEFAULT_AUDIO_SINK@ 5%+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue