mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
updated fzf conf
This commit is contained in:
parent
e96ecb6470
commit
faa8d9bcb0
7
users/rouven/modules/fzf/default.nix
Normal file
7
users/rouven/modules/fzf/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
tmux.enableShellIntegration = true;
|
||||
};
|
||||
}
|
|
@ -13,9 +13,6 @@
|
|||
okular
|
||||
gimp
|
||||
|
||||
# editing
|
||||
fzf
|
||||
powerline-fonts
|
||||
|
||||
gh # github cli tool
|
||||
|
||||
|
@ -48,13 +45,13 @@
|
|||
pass
|
||||
|
||||
# misc
|
||||
fzf
|
||||
neofetch
|
||||
trash-cli
|
||||
spotify
|
||||
nixpkgs-fmt
|
||||
virt-manager
|
||||
remmina
|
||||
powerline-fonts
|
||||
|
||||
# libs
|
||||
libyubikey
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
set -g @dracula-show-powerline true
|
||||
'';
|
||||
}
|
||||
tmux-fzf
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue