Version 0.1.0

This commit is contained in:
2025-11-13 14:15:48 +00:00
parent daa7360b56
commit 292b8e9372
45 changed files with 3728 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{ config, pkgs, lib, ... }:
{
home.file.".config/alacritty/02_primary-colours.toml".text = ''
# Primary Colours
[colors.primary]
background = "#282c34"
foreground = "#9cdef2"
'';
}