1
Fork 0

More changes

This commit is contained in:
Matei Adriel 2023-01-10 02:58:59 +01:00
parent 71f7586a61
commit bc34ec1349
4 changed files with 27 additions and 25 deletions
home/adrielus/features/cli/tmux

View file

@ -27,10 +27,11 @@ in
];
extraConfig = ''
# Main config
source ${./tmux.conf}
# Theme
${builtins.readFile (config.scheme base16-tmux)}
source ${config.scheme base16-tmux}
'';
};
}