dont use other configuration

This commit is contained in:
Osman Faruk Bayram 2025-06-23 00:20:08 +03:00
parent 6c14140afa
commit aa62fb72ca

View file

@ -12,9 +12,9 @@
_G.shells = {
fish = '${lib.getExe pkgs.fish}'
};
local cfg = require('config');
return cfg
return {
default_prog = { _G.shells.fish },
}
'';
};
};