format
This commit is contained in:
parent
e7f3e1ba7c
commit
8131132c49
12 changed files with 28 additions and 43 deletions
|
|
@ -3,8 +3,7 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
imports = [
|
||||
./programs/neovim/.
|
||||
./programs/helix.nix
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ in {
|
|||
items="$(rbw list)"
|
||||
echo "$items" | ${my-deps.menu} | xargs -I_ rbw get --field username _ \
|
||||
| awk '{print $2}' | wl-copy -n
|
||||
'';
|
||||
'';
|
||||
hotkeys = [
|
||||
{
|
||||
modifier = "${modifier}_CONTROL";
|
||||
|
|
|
|||
|
|
@ -3,8 +3,7 @@
|
|||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
}: {
|
||||
imports = [
|
||||
./modules/terminal.nix
|
||||
./modules/scripts.nix
|
||||
|
|
@ -55,5 +54,4 @@
|
|||
};
|
||||
|
||||
services.gnome-keyring.enable = true;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue