mirror of
https://github.com/Death916/nixconfig.git
synced 2026-04-10 02:54:39 -07:00
Merge branch 'main' of https://github.com/death916/nixconfig
This commit is contained in:
commit
819d41ee35
2 changed files with 19 additions and 14 deletions
|
|
@ -98,6 +98,9 @@ in
|
|||
fedistar
|
||||
thunderbird
|
||||
pavucontrol
|
||||
meli
|
||||
w3m
|
||||
newsboat
|
||||
];
|
||||
|
||||
programs.ghostty = {
|
||||
|
|
@ -302,13 +305,16 @@ in
|
|||
programs.lazygit.enable = true;
|
||||
programs.obsidian.enable = true;
|
||||
programs.element-desktop.enable = true;
|
||||
# programs.thunderbird = {
|
||||
# enable = true;
|
||||
# profiles = {
|
||||
# death916 = {
|
||||
# name = "Death916";
|
||||
# isDefault = true;
|
||||
# };
|
||||
# };
|
||||
# };
|
||||
programs.newsboat = {
|
||||
enable = true;
|
||||
autoFetchArticles = {
|
||||
enable = true;
|
||||
onCalendar = "daily";
|
||||
};
|
||||
autoReload = true;
|
||||
autoVacuum = {
|
||||
enable = true;
|
||||
onCalendar = "weekly";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -99,9 +99,10 @@
|
|||
"SUPER SHIFT, up, movewindow, u"
|
||||
"SUPER SHIFT, down, movewindow, d"
|
||||
|
||||
"SUPER SHIFT, right, resizeactive, 10 0"
|
||||
"SUPER SHIFT, left, resizeactive, -10 0"
|
||||
"SUPER SHIFT, down, resizeactive, 0 -10 0 -10"
|
||||
"SUPER CTRL, left, resizeactive, -40 0"
|
||||
"SUPER CTRL, right, resizeactive, 40 0"
|
||||
"SUPER CTRL, up, resizeactive, 0 -40"
|
||||
"SUPER CTRL, down, resizeactive, 0 40"
|
||||
|
||||
"SUPER, 1, workspace, 1"
|
||||
"SUPER, 2, workspace, 2"
|
||||
|
|
@ -128,8 +129,6 @@
|
|||
"SUPER, mouse_down, workspace, e+1"
|
||||
"SUPER, mouse_up, workspace, e-1"
|
||||
|
||||
"SUPER, R, submap, resize"
|
||||
|
||||
", XF86AudioMute, exec, ${pkgs.pamixer}/bin/pamixer --toggle-mute"
|
||||
", XF86AudioRaiseVolume, exec, ${pkgs.pamixer}/bin/pamixer --increase 5"
|
||||
", XF86AudioLowerVolume, exec, ${pkgs.pamixer}/bin/pamixer --decrease 5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue