non important commit

This commit is contained in:
benstrb 2026-01-30 17:20:54 +01:00
parent 15beab59ee
commit 766e23b73e
3 changed files with 50 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
description = "A very basic flake";
description = "My nixos dots :3";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
nvf = {
@ -10,6 +10,10 @@
url = "github:sodiboo/niri-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:0xc000022070/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";