Added ranger
This commit is contained in:
parent
8183311e1e
commit
8904240276
1 changed files with 9 additions and 0 deletions
9
shared/ranger.nix
Normal file
9
shared/ranger.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ pkgs, lib, ... }:
|
||||||
|
{
|
||||||
|
programs.firefox = {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = ''
|
||||||
|
set colorscheme dracula
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue