1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00

feat: add statix

This commit is contained in:
Ryan Cao 2023-08-25 21:21:54 +08:00
parent aa1e41caa2
commit a5d31746a9
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
8 changed files with 19 additions and 18 deletions

View file

@ -1,4 +1,4 @@
{...}: {
_: {
programs.bat = {
enable = true;
catppuccin.enable = true;

View file

@ -1,4 +1,4 @@
{...}: {
_: {
programs.exa = {
enable = true;
enableAliases = true;

View file

@ -1,4 +1,4 @@
{...}: {
_: {
programs.go = {
enable = true;
goPath = ".go";

View file

@ -1,4 +1,4 @@
{...}: {
_: {
programs.helix = {
enable = true;
catppuccin.enable = true;

View file

@ -1,5 +1,5 @@
{pkgs, ...}: let
lib = pkgs.lib;
inherit (pkgs) lib;
in {
home.file.".cargo/config.toml".text = ''
[build]

View file

@ -1,4 +1,4 @@
{...}: {
_: {
programs.starship = {
enable = true;
};