nixbook: update, tweaks

This commit is contained in:
tristan 2024-10-28 12:24:31 +00:00
parent 5df2f606da
commit 62d9f9ef41
11 changed files with 182 additions and 102 deletions

View file

@ -37,7 +37,6 @@
yt-dlp
fastfetch
tree
ansible
ytfzf
];

View file

@ -21,6 +21,8 @@ in {
Super.Shift. "l" = Actions.Move "Right";
Super.Shift. "j" = Actions.Move "Down";
Super.Shift. "k" = Actions.Move "Up";
Super.Shift. "Right" = Actions.MoveToNextWorkspace;
Super.Shift. "Left" = Actions.MoveToPreviousWorkspace;
Super. "1" = Actions.Workspace 1;
Super. "2" = Actions.Workspace 2;
Super. "3" = Actions.Workspace 3;
@ -81,6 +83,7 @@ in {
focus_follows_cursor = true;
focus_follows_cursor_delay = 0;
cursor_follows_focus = true;
descale_xwayland = true;
workspaces = {
workspace_layout = "Horizontal";
};

View file

@ -8,6 +8,7 @@
enable = true;
extraConfig = {
rerere.enabled = true;
rebase.updateRefs = true;
};
aliases = {
ui = "!lazygit";

View file

@ -2,6 +2,7 @@
config,
pkgs,
lib,
stable-pkgs,
...
}: {
imports = [
@ -28,7 +29,7 @@
playerctl
quickemu
devenv
logseq
stable-pkgs.logseq
];
services.udiskie = {