modularize home manager config

This commit is contained in:
Thilo Billerbeck 2023-08-21 02:24:55 +02:00
parent 8a8ecceaf5
commit d973d78d98
7 changed files with 242 additions and 149 deletions
programs

View file

@ -24,8 +24,8 @@ in {
enable = true;
enableAutosuggestions = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
enableVteIntegration = true;
syntaxHighlighting.enable = true;
shellAliases = {
pub-ipv4 = "curl ip4.clerie.de";
serve = "python -m SimpleHTTPServer 8080";