Giter Club home page Giter Club logo

dotfiles's Issues

use nix in ci

the mdbook and the little rust plugin for it can be packaged up into a nix derivation.

Redundant `expr` lua escaping with `nest`

local function t(str)

This function is not needed when using nest - it already handles the returned strings from lua expr functions correctly :-)

Another small hint: normal mode is default in nest, so you do not need to explicitly set mode = 'n' if you did not explicitly set another mode in it's parent (unless you want to do so for stylistic reasons of course).

Fix nixfmt

after updating nixpkgs

trace: warning: nixfmt was renamed to nixfmt-classic. The nixfmt attribute may be used for the new RFC 166-style formatter in the future, which is currently available as nixfmt-rfc-style

Arkenfox integration

I'm also looking for a way to include the arkenfox.nix to my nix config.
Unfortunately, the documention isn't clear enough for me.
I'm going to open another issue up there and ask for more instructions.

install wezterm terminfo via nix

replace this with a nix derivation

if not infocmp wezterm &>/dev/null
echo "Downloading Wezterm terminfo"
set tempfile $(mktemp)
set out_dir "~/.terminfo"
if fish_is_root_user
set out_dir /usr/share/terminfo
end
curl -# -o $tempfile https://raw.githubusercontent.com/wez/wezterm/master/termwiz/data/wezterm.terminfo
echo "Compiling Wezterm terminfo"
tic -x -o $out_dir $tempfile
rm $tempfile
end

better nginx setup

make a better more declarative nginx module for my nixos-server modules

get nixGL working on Linux

Wezterm uses GL, we need it via nixGL, they have an overlay I can use in the flake, just new to nix and not sure how to install it properly yet.

Also only needed on Linux.

Feature request

I want to introduce what I consider to be a 'feature request' although I acknowledge up front it might ultimately induce some 'breaking changes' into your dotfiles (which in my world, is sacred ground).

Here's what a propose (and I'm totally open to how it happens; and I'm totally open to the mechanisms; meaning I'll do my part to contribute anything and everything you deem necessary):

I'd like to see your config/nvim split out from your dotfiles.

This way, I could clone and monitor your nvim/config files as a separate entity. Currently, I cannot, and I have to jump through a bunch of hoops to do so.

This could easily be done as a submodule, of course, but I'm more interested in your thoughts (in general) and any other option you might have in mind.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.