mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nixpkgs update, use global fzf
This commit is contained in:
parent
3df08b721e
commit
a3e8fba7c0
6 changed files with 20 additions and 34 deletions
|
@ -3,7 +3,6 @@
|
|||
imports = [
|
||||
./accounts
|
||||
./foot
|
||||
./fzf
|
||||
./git
|
||||
./gpg
|
||||
./helix
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
tmux.enableShellIntegration = true;
|
||||
};
|
||||
}
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
# essentials
|
||||
wpa_supplicant_gui # manage wifi
|
||||
pcmanfm # rock solid file manager
|
||||
# pcmanfm # rock solid file manager
|
||||
xfce.thunar
|
||||
xdg-utils # used for xdg-open
|
||||
snapper-gui
|
||||
kleopatra
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue