116 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *
This commit is contained in:
parent
89102d50f2
commit
5a2c019d22
@ -13,6 +13,7 @@
|
|||||||
../../modules/home-manager/foot.nix
|
../../modules/home-manager/foot.nix
|
||||||
# often used terminal programs
|
# often used terminal programs
|
||||||
../../modules/home-manager/btop.nix
|
../../modules/home-manager/btop.nix
|
||||||
|
../../modules/home-manager/bat.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager needs a bit of information about you and the paths it should
|
# Home Manager needs a bit of information about you and the paths it should
|
||||||
@ -35,7 +36,6 @@
|
|||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
lazygit
|
lazygit
|
||||||
bat
|
|
||||||
unzip
|
unzip
|
||||||
rustup
|
rustup
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
|
10
modules/home-manager/bat.nix
Normal file
10
modules/home-manager/bat.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{...}: {
|
||||||
|
programs.bat = {
|
||||||
|
enable = true;
|
||||||
|
config = {
|
||||||
|
map-syntax = ["*.ino:C++"];
|
||||||
|
theme = "Solarized (dark)";
|
||||||
|
style = "numbers,changes,header-filename,header-filesize";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user