Tweak vifm module
This commit is contained in:
parent
088a9796c6
commit
8f4d9bd746
2 changed files with 7 additions and 1 deletions
6
nixos/modules/utils/default.nix
Normal file
6
nixos/modules/utils/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./vifm
|
||||||
|
./zellij
|
||||||
|
];
|
||||||
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
home = {
|
home-manager.users.tdpeuter.home = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
vifm
|
vifm
|
||||||
font-awesome_5
|
font-awesome_5
|
||||||
|
|
Loading…
Reference in a new issue