- Formatted everything using Alejandra
- Added 'ncli format' as a quick command to format everything
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
{pkgs, inputs, ...}:
|
||||
{
|
||||
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.niri.homeModules.niri
|
||||
../modules/waybar/home.nix
|
||||
@ -15,19 +17,19 @@
|
||||
package = pkgs.niri;
|
||||
enable = true;
|
||||
#xwayland.enable = true;
|
||||
# config = ''
|
||||
# binds {
|
||||
# Super+Return { spawn "kitty"; }
|
||||
# Super+Space { spawn "fuzzel"; }
|
||||
# Super+Q { close-window; }
|
||||
# Super+Left { focus-column-left; }
|
||||
# Super+Right { focus-column-right; }
|
||||
# Super+Up { focus-workspace-up; }
|
||||
# Super+Down { focus-workspace-down; }
|
||||
# Super+L { spawn "hyprlock"; }
|
||||
# Super+Shift+E { "quit"; }
|
||||
# }
|
||||
# '';
|
||||
# config = ''
|
||||
# binds {
|
||||
# Super+Return { spawn "kitty"; }
|
||||
# Super+Space { spawn "fuzzel"; }
|
||||
# Super+Q { close-window; }
|
||||
# Super+Left { focus-column-left; }
|
||||
# Super+Right { focus-column-right; }
|
||||
# Super+Up { focus-workspace-up; }
|
||||
# Super+Down { focus-workspace-down; }
|
||||
# Super+L { spawn "hyprlock"; }
|
||||
# Super+Shift+E { "quit"; }
|
||||
# }
|
||||
# '';
|
||||
config = ''
|
||||
input {
|
||||
keyboard {
|
||||
|
||||
Reference in New Issue
Block a user