Initial commit of NixOS config

This commit is contained in:
2025-08-07 14:04:06 +02:00
commit 3255b199db
24 changed files with 996 additions and 0 deletions

12
other/bookmarks-default Normal file
View File

@ -0,0 +1,12 @@
[
{
name = "Bookmarks Toolbar";
toolbar = true;
bookmarks = [
{
name = "NixOS Packages";
url = "https://search.nixos.org/packages";
}
];
}
]