finalising niri config on io
This commit is contained in:
parent
8600145275
commit
6d3ceccf93
7 changed files with 51 additions and 3 deletions
7
users/modules/comma.nix
Normal file
7
users/modules/comma.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [ inputs.nix-index-database.homeModules.nix-index ];
|
||||
|
||||
programs.nix-index-database.comma.enable = true;
|
||||
}
|
||||
|
|
@ -1,4 +1,9 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
config,
|
||||
inputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
@ -18,6 +23,7 @@
|
|||
sha256 = "sha256:0g2lgqjdrn3c51glry7x2z30y7ml0y61arl5ykmf4yj0p85s5f41";
|
||||
}}";
|
||||
bell-features = "border";
|
||||
gtk-titlebar-style = "tabs";
|
||||
keybind = [ "shift+enter=esc:\\x1b[13;2u" ];
|
||||
};
|
||||
};
|
||||
|
|
@ -42,4 +48,9 @@
|
|||
gtk-decoration-layout = "appmenu:";
|
||||
};
|
||||
};
|
||||
|
||||
xdg = {
|
||||
enable = true;
|
||||
userDirs.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@ in
|
|||
Ctrl+Alt+Shift+A allow-when-locked=true { spawn "toggleaudiosink"; }
|
||||
Mod+W repeat=false { toggle-overview; }
|
||||
Mod+Q { close-window; }
|
||||
Alt+Shift+Q { close-window;}
|
||||
Super+Shift+L hotkey-overlay-title="Lock Screen" { spawn "dms" "ipc" "call" "lock" "lock"; }
|
||||
Mod+Shift+Q { close-window; }
|
||||
Mod+V hotkey-overlay-title="Clipboard Manager" { spawn "dms" "ipc" "call" "clipboard" "toggle"; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue