rearrange imports
This commit is contained in:
parent
4e86180652
commit
e272155088
19 changed files with 245 additions and 312 deletions
|
|
@ -3,30 +3,8 @@
|
|||
pkgs,
|
||||
...
|
||||
}:
|
||||
# https://nix-community.github.io/home-manager/options.html
|
||||
let
|
||||
my-deps = {
|
||||
notify-send = "${pkgs.libnotify}/bin/notify-send";
|
||||
playerctl = "${pkgs.playerctl}/bin/playerctl";
|
||||
grim = "${pkgs.grim}/bin/grim";
|
||||
slurp = "${pkgs.slurp}/bin/slurp";
|
||||
amixer = "${pkgs.alsa-utils}/bin/amixer";
|
||||
swaybg = "${pkgs.swaybg}/bin/swaybg";
|
||||
terminal = "${config.programs.terminal}/bin/${config.programs.terminal.pname}";
|
||||
chafa = "${pkgs.chafa}/bin/chafa";
|
||||
exiftool = "${pkgs.exiftool}/bin/exiftool";
|
||||
wc = "${pkgs.coreutils}/bin/wc";
|
||||
jq = "${pkgs.jq}/bin/jq";
|
||||
hyprctl = "${pkgs.hyprland}/bin/hyprctl";
|
||||
xargs = "${pkgs.findutils}/bin/xargs";
|
||||
menu = "${config.programs.menu.package}${config.programs.menu.dmenuCommand}";
|
||||
fileman = "${pkgs.pcmanfm}/bin/pcmanfm";
|
||||
gawk = "${pkgs.gawk}/bin/awk";
|
||||
glow = "${pkgs.glow}/bin/glow";
|
||||
ffmpegthumbnailer = "${pkgs.ffmpegthumbnailer}/bin/ffmpegthumbnailer";
|
||||
};
|
||||
# lf-sixel = pkgs.callPackage ../custom/lf-sixel/. {};
|
||||
in {
|
||||
# https://nix-community.github.io/home-manager/options.xhtml
|
||||
{
|
||||
imports = [
|
||||
./modules/terminal.nix
|
||||
./modules/scripts.nix
|
||||
|
|
@ -36,6 +14,7 @@ in {
|
|||
./modules/menu.nix
|
||||
./modules/scripts.nix
|
||||
|
||||
./programs/hyprland.nix
|
||||
./programs/graphical.nix
|
||||
./programs/scripts.nix
|
||||
./programs/neovim/.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue