Added tmux and neovim bar integration
This commit is contained in:
parent
7b1a711969
commit
d1063519b5
5 changed files with 98 additions and 33 deletions
|
@ -24,6 +24,11 @@ in {
|
|||
default = {};
|
||||
description = "A set of files to be managed by home-manager's <option>xdg.configFile</option>.";
|
||||
};
|
||||
dataFile = mkOption {
|
||||
type = attrs;
|
||||
default = {};
|
||||
description = "A set of files to be managed by home-manager's <option>xdg.dataFile</option>.";
|
||||
};
|
||||
extraOptions = mkOption {
|
||||
type = attrs;
|
||||
default = {};
|
||||
|
@ -37,6 +42,7 @@ in {
|
|||
home.file = mkAliasDefinitions options.aa.home.file;
|
||||
xdg.enable = true;
|
||||
xdg.configFile = mkAliasDefinitions options.aa.home.configFile;
|
||||
xdg.dataFile = mkAliasDefinitions options.aa.home.dataFile;
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue