nixos-laptop/home-manager/bat/default.nix
Pim Kunis ed1e654706 Install Stylix
Install Pop!_OS shell
Enable Jack emulation in Pipewire
Set a wallpaper
Replace Terminator with Alacritty
Copy GNOME config to dconf
2024-06-09 20:31:39 +02:00

7 lines
71 B
Nix

{
config = {
programs.bat = {
enable = true;
};
};
}