LF: move to basics

This commit is contained in:
Filippo Berto 2023-08-15 10:51:13 +02:00
parent a85103ebc3
commit a02853e64f
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
8 changed files with 2 additions and 8 deletions

View file

@ -43,7 +43,6 @@
# ../../modules/hm/fonts.nix
../../modules/hm/helix.nix
# ../../modules/hm/kitty.nix
# ../../modules/hm/lf.nix
# ../../modules/hm/megasync.nix
# ../../modules/hm/noti.nix
];

View file

@ -31,7 +31,6 @@
imports = [
../../modules/hm/__basic.nix
../../modules/hm/lf.nix
../../modules/hm/shell_aliases.nix
];

View file

@ -39,7 +39,6 @@
../../modules/hm/dunst.nix
../../modules/hm/helix.nix
../../modules/hm/kitty.nix
../../modules/hm/lf.nix
../../modules/hm/syncthing.nix
# ../../modules/hm/xidlehook.nix
];

View file

@ -43,7 +43,6 @@
../../modules/hm/helix.nix
../../modules/hm/kakoune.nix
../../modules/hm/kitty.nix
../../modules/hm/lf.nix
../../modules/hm/megasync.nix
../../modules/hm/syncthing.nix

View file

@ -31,7 +31,6 @@
imports = [
../../modules/hm/__basic.nix
../../modules/hm/lf.nix
../../modules/hm/shell_aliases.nix
];

View file

@ -110,7 +110,6 @@
# ../../modules/hm/keepassxc.nix
../../modules/hm/kicad.nix
# ../../modules/hm/kitty.nix
../../modules/hm/lf.nix
../../modules/hm/libinput-gestures.nix
../../modules/hm/lutris.nix
../../modules/hm/mangohud.nix

View file

@ -92,7 +92,6 @@
../../modules/hm/kdeconnect.nix
# ../../modules/hm/keepassxc.nix
# ../../modules/hm/kitty.nix
../../modules/hm/lf.nix
../../modules/hm/lutris.nix
../../modules/hm/mangohud.nix
../../modules/hm/megasync.nix

View file

@ -3,7 +3,7 @@
language.base = "it_IT.UTF-8";
packages = builtins.attrValues {
inherit (pkgs)
fd file htop lf mmv-go neofetch nixos-option pv ripgrep unrar unzip wget
fd file htop mmv-go neofetch nixos-option pv ripgrep unrar unzip wget
xclip yq zip;
};
};
@ -24,6 +24,7 @@
./info.nix
./jq.nix
./keychain.nix
./lf.nix
./man.nix
./shell_aliases.nix
./ssh.nix