kakoune config

This commit is contained in:
Vali 2024-07-16 11:13:12 +02:00
commit 9e74c6ee97
16 changed files with 174 additions and 156 deletions

View file

@ -1,10 +1,13 @@
{
description = "My NixOS config flake";
outputs = inputs @ {nixpkgs, ...}: {
inherit (nixpkgs) lib;
outputs = inputs: {
inherit (inputs.nixpkgs) lib;
nixosConfigurations = import ./hosts {inherit inputs;};
};
inputs = {
# what am I doing to this config help
flake-parts.url = "github:hercules-ci/flake-parts";
# Unstable nixpkgs baby!
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs for wayland