This commit is contained in:
Lilith 2024-06-16 11:53:15 +02:00
parent aea798d119
commit a9c05e5041
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 28 additions and 19 deletions

View file

@ -3,6 +3,21 @@
}: {
imports = [ ags.homeManagerModules.default ];
home.packages = with pkgs; [
gtksourceview
webkitgtk
pavucontrol
networkmanager
gtk3
wf-recorder
wl-clipboard
brightnessctl
fzf
fd
dart-sass
bun
];
programs.ags = {
enable = true;
@ -11,19 +26,7 @@
# additional packages to add to gjs's runtime
extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice
pavucontrol
networkmanager
gtk3
wf-recorder
wl-clipboard
brightnessctl
fzf
fd
dart-sass
bun
];
};
}

View file

@ -1,6 +1,6 @@
{...}: {
services.dunst = {
enable = true;
settings = {};
};
# services.dunst = {
# enable = true;
# settings = {};
# };
}

View file

@ -29,7 +29,7 @@
exec-once = [
"hyprlock"
"ssh-agent"
"ags"
"[workspace special:keepass silent] keepassxc"
];
@ -116,10 +116,12 @@
"$mainMod, backspace, exec, hyprlock"
"$mainMod, E, exec, $fileManager"
"$mainMod, A, togglefloating,"
"$mainMod, R, exec, rofi -show drun"
"$mainMod, R, exec, ags -t launcher"
"$mainMod, D, pseudo,"
"$mainMod, S, togglesplit,"
"$mainMod, Tab, exec, ags -t overview"
"$mainMod, P, togglespecialworkspace, keepass"
"$mainMod, P, exec, if (( $(pgrep keepassxc -c) < 2 )); then keepassxc; fi"
@ -169,6 +171,7 @@
", XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+"
", XF86AudioLowerVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-"
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
", XF86PowerOff, exec, ags -t powermenu"
];
};
};

View file

@ -13,6 +13,7 @@
pulsemixer
pavucontrol
playerctl
blueman
nh
wl-clipboard
xdg-utils
@ -28,6 +29,8 @@
btop
htop
ollama
];
gaming = with pkgs; [