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
|
okular
|
||||||
gimp
|
gimp
|
||||||
|
|
||||||
# editing
|
|
||||||
fzf
|
|
||||||
powerline-fonts
|
|
||||||
|
|
||||||
gh # github cli tool
|
gh # github cli tool
|
||||||
|
|
||||||
|
@ -48,13 +45,13 @@
|
||||||
pass
|
pass
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
fzf
|
|
||||||
neofetch
|
neofetch
|
||||||
trash-cli
|
trash-cli
|
||||||
spotify
|
spotify
|
||||||
nixpkgs-fmt
|
nixpkgs-fmt
|
||||||
virt-manager
|
virt-manager
|
||||||
remmina
|
remmina
|
||||||
|
powerline-fonts
|
||||||
|
|
||||||
# libs
|
# libs
|
||||||
libyubikey
|
libyubikey
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
set -g @dracula-show-powerline true
|
set -g @dracula-show-powerline true
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
tmux-fzf
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue