Unknown Changes

This commit is contained in:
Jack Mechem 2025-11-19 09:35:59 -08:00
parent 3108b3753d
commit 0ab24e1a02
6 changed files with 42 additions and 6 deletions

View file

@ -0,0 +1,14 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
lua-language-server
nil
stylua
lunar-client
];
}

View file

@ -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%+

View file

@ -19,5 +19,9 @@
gcc
fastfetch
brightnessctl
killall
unzip
python3
nodejs
];
}

View file

@ -6,6 +6,6 @@
isNormalUser = true;
shell = pkgs.zsh;
extraGroups = [ "wheel" "networkmanager" ]; # Enable sudo for the user.
packages = with pkgs; [ zed-editor cargo ];
packages = with pkgs; [ zed-editor cargo clang clang-tools nil ];
};
}