dont use other configuration
This commit is contained in:
parent
6c14140afa
commit
aa62fb72ca
1 changed files with 3 additions and 3 deletions
|
|
@ -12,9 +12,9 @@
|
|||
_G.shells = {
|
||||
fish = '${lib.getExe pkgs.fish}'
|
||||
};
|
||||
|
||||
local cfg = require('config');
|
||||
return cfg
|
||||
return {
|
||||
default_prog = { _G.shells.fish },
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue