LF: move to basics
This commit is contained in:
parent
a85103ebc3
commit
a02853e64f
8 changed files with 2 additions and 8 deletions
|
|
@ -43,7 +43,6 @@
|
||||||
# ../../modules/hm/fonts.nix
|
# ../../modules/hm/fonts.nix
|
||||||
../../modules/hm/helix.nix
|
../../modules/hm/helix.nix
|
||||||
# ../../modules/hm/kitty.nix
|
# ../../modules/hm/kitty.nix
|
||||||
# ../../modules/hm/lf.nix
|
|
||||||
# ../../modules/hm/megasync.nix
|
# ../../modules/hm/megasync.nix
|
||||||
# ../../modules/hm/noti.nix
|
# ../../modules/hm/noti.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/hm/__basic.nix
|
../../modules/hm/__basic.nix
|
||||||
|
|
||||||
../../modules/hm/lf.nix
|
|
||||||
../../modules/hm/shell_aliases.nix
|
../../modules/hm/shell_aliases.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,6 @@
|
||||||
../../modules/hm/dunst.nix
|
../../modules/hm/dunst.nix
|
||||||
../../modules/hm/helix.nix
|
../../modules/hm/helix.nix
|
||||||
../../modules/hm/kitty.nix
|
../../modules/hm/kitty.nix
|
||||||
../../modules/hm/lf.nix
|
|
||||||
../../modules/hm/syncthing.nix
|
../../modules/hm/syncthing.nix
|
||||||
# ../../modules/hm/xidlehook.nix
|
# ../../modules/hm/xidlehook.nix
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -43,7 +43,6 @@
|
||||||
../../modules/hm/helix.nix
|
../../modules/hm/helix.nix
|
||||||
../../modules/hm/kakoune.nix
|
../../modules/hm/kakoune.nix
|
||||||
../../modules/hm/kitty.nix
|
../../modules/hm/kitty.nix
|
||||||
../../modules/hm/lf.nix
|
|
||||||
../../modules/hm/megasync.nix
|
../../modules/hm/megasync.nix
|
||||||
../../modules/hm/syncthing.nix
|
../../modules/hm/syncthing.nix
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,7 +31,6 @@
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/hm/__basic.nix
|
../../modules/hm/__basic.nix
|
||||||
|
|
||||||
../../modules/hm/lf.nix
|
|
||||||
../../modules/hm/shell_aliases.nix
|
../../modules/hm/shell_aliases.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -110,7 +110,6 @@
|
||||||
# ../../modules/hm/keepassxc.nix
|
# ../../modules/hm/keepassxc.nix
|
||||||
../../modules/hm/kicad.nix
|
../../modules/hm/kicad.nix
|
||||||
# ../../modules/hm/kitty.nix
|
# ../../modules/hm/kitty.nix
|
||||||
../../modules/hm/lf.nix
|
|
||||||
../../modules/hm/libinput-gestures.nix
|
../../modules/hm/libinput-gestures.nix
|
||||||
../../modules/hm/lutris.nix
|
../../modules/hm/lutris.nix
|
||||||
../../modules/hm/mangohud.nix
|
../../modules/hm/mangohud.nix
|
||||||
|
|
|
||||||
|
|
@ -92,7 +92,6 @@
|
||||||
../../modules/hm/kdeconnect.nix
|
../../modules/hm/kdeconnect.nix
|
||||||
# ../../modules/hm/keepassxc.nix
|
# ../../modules/hm/keepassxc.nix
|
||||||
# ../../modules/hm/kitty.nix
|
# ../../modules/hm/kitty.nix
|
||||||
../../modules/hm/lf.nix
|
|
||||||
../../modules/hm/lutris.nix
|
../../modules/hm/lutris.nix
|
||||||
../../modules/hm/mangohud.nix
|
../../modules/hm/mangohud.nix
|
||||||
../../modules/hm/megasync.nix
|
../../modules/hm/megasync.nix
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
language.base = "it_IT.UTF-8";
|
language.base = "it_IT.UTF-8";
|
||||||
packages = builtins.attrValues {
|
packages = builtins.attrValues {
|
||||||
inherit (pkgs)
|
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;
|
xclip yq zip;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
@ -24,6 +24,7 @@
|
||||||
./info.nix
|
./info.nix
|
||||||
./jq.nix
|
./jq.nix
|
||||||
./keychain.nix
|
./keychain.nix
|
||||||
|
./lf.nix
|
||||||
./man.nix
|
./man.nix
|
||||||
./shell_aliases.nix
|
./shell_aliases.nix
|
||||||
./ssh.nix
|
./ssh.nix
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue