Merge branch 'master' of github.com:Kropatz/dotfiles

This commit is contained in:
Kopatz
2024-04-16 15:26:46 +02:00
14 changed files with 100 additions and 52 deletions

View File

@@ -0,0 +1,6 @@
{ pkgs, config, ...}:
{
imports = [
];
}