feat(reo101-shell): add more options

This commit is contained in:
reo101 2023-02-17 02:47:22 +02:00
parent 0532f7e843
commit b51df48e6e
Signed by: reo101
GPG key ID: 675AA7EF13964ACB
2 changed files with 309 additions and 248 deletions

View file

@ -1,7 +1,7 @@
{ inputs, outputs, lib, pkgs, config, ... }:
{
imports = builtins.attrValues outputs.homeManagerModules ++ [
imports = [
inputs.wired.homeManagerModules.default
];
@ -47,9 +47,9 @@
vifm
## Shell
zsh
starship
zoxide
# zsh
# starship
# zoxide
ripgrep
## Dhall
@ -89,6 +89,8 @@
reo101.shell = {
enable = true;
direnv = true;
zoxide = true;
};
systemd.user.services."swww" = {