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 = { _G.shells = {
fish = '${lib.getExe pkgs.fish}' fish = '${lib.getExe pkgs.fish}'
}; };
return {
local cfg = require('config'); default_prog = { _G.shells.fish },
return cfg }
''; '';
}; };
}; };