kakoune config
This commit is contained in:
parent
62d88f724c
commit
9e74c6ee97
16 changed files with 174 additions and 156 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue