remove broken zsh completions

This commit is contained in:
Vinzenz Schroeter 2023-04-04 22:14:17 +02:00
parent 970480cb53
commit 06c68732ff
2 changed files with 45 additions and 28 deletions

9
vinzenz-pc2.nix Normal file
View file

@ -0,0 +1,9 @@
{...}: {
networking.hostName = "vinzenz-pc2";
imports = [
./vinzenz-pc2-hardware-configuration.nix
./common.nix
./kde.nix
];
}