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 ]; 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 = { programs.ags = {
enable = true; enable = true;
@ -11,19 +26,7 @@
# additional packages to add to gjs's runtime # additional packages to add to gjs's runtime
extraPackages = with pkgs; [ extraPackages = with pkgs; [
gtksourceview
webkitgtk
accountsservice accountsservice
pavucontrol
networkmanager
gtk3
wf-recorder
wl-clipboard
brightnessctl
fzf
fd
dart-sass
bun
]; ];
}; };
} }

View file

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

View file

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

View file

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

View file

@ -8,7 +8,7 @@
settings = { settings = {
input = { input = {
kb_layout = "us,ru"; kb_layout = "us,ru";
kb_options = "gpr:win_space_toggle"; kb_options = "gpr:win_space_toggle,compose:caps";
}; };
monitor = [ monitor = [