mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-06-05 17:18:47 +02:00
added vifm and moved some stuff
This commit is contained in:
parent
f2c61e1976
commit
d585030b4d
5 changed files with 418 additions and 37 deletions
users/rouven/modules/vifm
6
users/rouven/modules/vifm/default.nix
Normal file
6
users/rouven/modules/vifm/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [ vifm ];
|
||||
home.file.".config/vifm/vifmrc".source = ./vifmrc;
|
||||
home.file.".config/vifm/colors/dracula.vifm".source = ./dracula.vifm;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue