actualize
This commit is contained in:
parent
68339c7f4e
commit
9426336e90
4 changed files with 12 additions and 1 deletions
|
@ -25,6 +25,8 @@ in
|
|||
};
|
||||
};
|
||||
binds = (with config.lib.niri.actions; {
|
||||
"Mod+Alt+F".action = toggle-window-floating;
|
||||
"Mod+W".action = toggle-column-tabbed-display;
|
||||
"Mod+A".action = spawn "fuzzel";
|
||||
"Mod+Q".action = spawn "wezterm";
|
||||
"Mod+Left".action = focus-column-left;
|
||||
|
@ -33,7 +35,7 @@ in
|
|||
"Mod+Shift+Right".action = set-column-width "+5%";
|
||||
"Mod+Shift+H".action = move-column-left;
|
||||
"Mod+Shift+L".action = move-column-right;
|
||||
"Mod+F".action = fullscreen-window;
|
||||
"Mod+F".action = maximize-column;
|
||||
"Mod+Shift+E".action = quit { skip-confirmation = true; };
|
||||
"Mod+C".action = close-window;
|
||||
"Mod+Shift+R".action = screenshot {};
|
||||
|
|
|
@ -13,5 +13,6 @@
|
|||
"slack"
|
||||
];
|
||||
|
||||
networking.hostName = "lil-maid";
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.fira-code
|
||||
nerd-fonts.jetbrains-mono
|
||||
font-awesome
|
||||
];
|
||||
fonts.fontDir.enable = true;
|
||||
}
|
||||
|
|
|
@ -36,6 +36,9 @@
|
|||
|
||||
services.mako = {
|
||||
enable = true;
|
||||
settings = {
|
||||
default-timeout = 2000;
|
||||
};
|
||||
};
|
||||
|
||||
programs.zen-browser = {
|
||||
|
@ -77,6 +80,10 @@
|
|||
userName = "Aleksandr";
|
||||
userEmail = "nerodono0@gmail.com";
|
||||
};
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {};
|
||||
};
|
||||
|
||||
programs.niri.settings = import (dotfiles + "/niri") args;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue