docs: add README.md
This commit is contained in:
parent
fe1d9adfa8
commit
1c2b263904
19 changed files with 241 additions and 73 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
description = "danny NixOS";
|
||||
description = "DACHXY NixOS with hyprland";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
|
|
@ -39,7 +39,12 @@
|
|||
};
|
||||
|
||||
outputs =
|
||||
{ self, nixpkgs, nix-index-database, ... }@inputs:
|
||||
{
|
||||
self,
|
||||
nixpkgs,
|
||||
nix-index-database,
|
||||
...
|
||||
}@inputs:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
nix-version = "25.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue