mirror of
https://github.com/thilobillerbeck/dotfiles.git
synced 2025-06-09 06:34:35 +02:00
modularize home manager config
This commit is contained in:
parent
8a8ecceaf5
commit
d973d78d98
7 changed files with 242 additions and 149 deletions
programs
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue