mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 18:52:43 +00:00
use gruvbox material
This commit is contained in:
parent
384114d2ca
commit
91b011a725
33 changed files with 607 additions and 221 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{pkgs, ...}: let
|
||||
aliasCfg = import ./aliases.nix {pkgs = pkgs;};
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
aliasCfg = import ./aliases.nix {inherit pkgs config lib;};
|
||||
in {
|
||||
programs.bash = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue