move more modules to home
This commit is contained in:
parent
9f0cee2627
commit
f893e3b8e2
18 changed files with 443 additions and 484 deletions
|
|
@ -12,7 +12,7 @@ let
|
|||
slurp = "${pkgs.slurp}/bin/slurp";
|
||||
amixer = "${pkgs.alsa-utils}/bin/amixer";
|
||||
swaybg = "${pkgs.swaybg}/bin/swaybg";
|
||||
terminal = "${pkgs.foot}/bin/foot";
|
||||
terminal = "${config.programs.terminal}/bin/${config.programs.terminal.pname}";
|
||||
chafa = "${pkgs.chafa}/bin/chafa";
|
||||
exiftool = "${pkgs.exiftool}/bin/exiftool";
|
||||
wc = "${pkgs.coreutils}/bin/wc";
|
||||
|
|
@ -30,6 +30,13 @@ in {
|
|||
imports = [
|
||||
./graphical.nix
|
||||
../../lib/programs/home/neovim/.
|
||||
../../lib/modules/home/terminal.nix
|
||||
../../lib/modules/home/scripts.nix
|
||||
../../lib/scripts.nix
|
||||
../../lib/modules/home/email.nix
|
||||
../../lib/modules/home/editor.nix
|
||||
../../lib/modules/home/mpd.nix
|
||||
../../lib/modules/home/menu.nix
|
||||
];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue