main
Alexandre LUCAZEAU 2022-09-28 16:35:35 +02:00
parent cf9f38d48b
commit abc24031f5
No known key found for this signature in database
GPG Key ID: 3C8ADB07A8217BD3
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
#configDir = "/home/alexandre/git/nixos-config/hosts/dell-5590/nixpkgs/";
programs.bat = {
enable = true;
# } // (import "${configDir}/bat");
} // (import "/home/alexandre/git/nixos-config/hosts/dell-5590/nixpkgs/bat");
}

View File

@ -0,0 +1,7 @@
{
config = {
decorations = "auto";
paging = "auto";
theme = "Nord";
};
}