compose
This commit is contained in:
parent
aea798d119
commit
a9c05e5041
5 changed files with 28 additions and 19 deletions
|
|
@ -3,17 +3,9 @@
|
|||
}: {
|
||||
imports = [ ags.homeManagerModules.default ];
|
||||
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
|
||||
# null or path, leave as null if you don't want hm to manage the config
|
||||
configDir = ../ags;
|
||||
|
||||
# additional packages to add to gjs's runtime
|
||||
extraPackages = with pkgs; [
|
||||
home.packages = with pkgs; [
|
||||
gtksourceview
|
||||
webkitgtk
|
||||
accountsservice
|
||||
pavucontrol
|
||||
networkmanager
|
||||
gtk3
|
||||
|
|
@ -25,5 +17,16 @@
|
|||
dart-sass
|
||||
bun
|
||||
];
|
||||
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
|
||||
# null or path, leave as null if you don't want hm to manage the config
|
||||
configDir = ../ags;
|
||||
|
||||
# additional packages to add to gjs's runtime
|
||||
extraPackages = with pkgs; [
|
||||
accountsservice
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{...}: {
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
# services.dunst = {
|
||||
# enable = true;
|
||||
# settings = {};
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
pulsemixer
|
||||
pavucontrol
|
||||
playerctl
|
||||
blueman
|
||||
nh
|
||||
wl-clipboard
|
||||
xdg-utils
|
||||
|
|
@ -28,6 +29,8 @@
|
|||
|
||||
btop
|
||||
htop
|
||||
|
||||
ollama
|
||||
];
|
||||
|
||||
gaming = with pkgs; [
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
settings = {
|
||||
input = {
|
||||
kb_layout = "us,ru";
|
||||
kb_options = "gpr:win_space_toggle";
|
||||
kb_options = "gpr:win_space_toggle,compose:caps";
|
||||
};
|
||||
|
||||
monitor = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue